Shades of Free Speech Red #C00000
Tints of Free Speech Red #C00000
RGB
CMYK
RGB Variations
Color information
#C00000 (or 0xC00000) is known color: Free Speech Red. HEX triplet: C0, 00 and 00. RGB value is (192,0,0). Sum of RGB (Red+Green+Blue) = 192+0+0=192 (25% of max value = 765). Red value is 192 (75.39% from 255 or 100% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 192 - color contains mainly: red. Hex color #C00000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00000 is #3FFFFF. Grayscale: #393939. Windows color (decimal): -4194304 or 192. OLE color: 192.
HSL color Cylindrical-coordinate representation of color #C00000: hue angle of 0º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C00000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 0 | 0 | - |
CMYK | 0 | 1 | 1 | 0.25 |
HSL | 0º | 1% | 0.38% | - |
HSV(B) | 0º | 1% | 0.75% | - |
XYZ | 21.74 | 11.21 | 1.02 | - |
YUV | 57.41 | 95.61 | 224 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 0 | 0 | 0 | 1 | 1 | 0.25 | 0 | 1 | 0.38 |
Hex | C0 | 0 | 0 | 0 | 64 | 64 | 19 | 0 | 64 | 26 |
Octal | 300 | 0 | 0 | 0 | 144 | 144 | 31 | 0 | 144 | 46 |
Binary | 11000000 | 0 | 0 | 0 | 1100100 | 1100100 | 11001 | 0 | 1100100 | 100110 |
Color Harmonies of #C00000
Complementary color
Monochromatic Colors of #C00000
Black with #C00000
Text Example
Text Example
White with #C00000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00000; }
p { color: rgb(192,0,0); }
H1.HeaderClassName
{
color: #C00000;
}
.AnyTagClassName
{
color: #C00000;
}
</style>
background-color css
<style>
a { background-color: #C00000; }
a { background-color: rgb(192,0,0); }
div.DivClassName
{
background-color: #C00000;
}
.BgClassName
{
background-color: #C00000;
}
</style>
border-color css
<style>
span { border-color: #C00000; }
span { border-color: rgb(192,0,0); }
td.TdClassName
{
border-color: #C00000;
}
.TagClassName
{
border-color: #C00000;
}
</style>