Shades of Free Speech Red #C00A04
Tints of Free Speech Red #C00A04
RGB
CMYK
RGB Variations
Color information
#C00A04 (or 0xC00A04) is known color: Free Speech Red. HEX triplet: C0, 0A and 04. RGB value is (192,10,4). Sum of RGB (Red+Green+Blue) = 192+10+4=206 (27% of max value = 765). Red value is 192 (75.39% from 255 or 93.20% from 206); Green value is 10 (4.30% from 255 or 4.85% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00A04 is #3FF5FB. Grayscale: #3F3F3F. Windows color (decimal): -4191740 or 264896. OLE color: 264896.
HSL color Cylindrical-coordinate representation of color #C00A04: hue angle of 1.91º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00A04 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 4 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.25 |
| HSL | 1.91º | 0.96% | 0.38% | - |
| HSV(B) | 1.91º | 0.98% | 0.75% | - |
| XYZ | 21.87 | 11.43 | 1.17 | - |
| YUV | 63.73 | 94.3 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 4 | 0 | 0.95 | 0.98 | 0.25 | 1.91 | 0.96 | 0.38 |
| Hex | C0 | A | 4 | 0 | 5F | 62 | 19 | 2 | 60 | 26 |
| Octal | 300 | 12 | 4 | 0 | 137 | 142 | 31 | 2 | 140 | 46 |
| Binary | 11000000 | 1010 | 100 | 0 | 1011111 | 1100010 | 11001 | 10 | 1100000 | 100110 |
Color Harmonies of #C00A04
Complementary color
Monochromatic Colors of #C00A04
Black with #C00A04
Text Example
Text Example
White with #C00A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00A04; }
p { color: rgb(192,10,4); }
H1.HeaderClassName
{
color: #C00A04;
}
.AnyTagClassName
{
color: #C00A04;
}
</style>
background-color css
<style>
a { background-color: #C00A04; }
a { background-color: rgb(192,10,4); }
div.DivClassName
{
background-color: #C00A04;
}
.BgClassName
{
background-color: #C00A04;
}
</style>
border-color css
<style>
span { border-color: #C00A04; }
span { border-color: rgb(192,10,4); }
td.TdClassName
{
border-color: #C00A04;
}
.TagClassName
{
border-color: #C00A04;
}
</style>