Shades of Free Speech Red #C00F08
Tints of Free Speech Red #C00F08
RGB
CMYK
RGB Variations
Color information
#C00F08 (or 0xC00F08) is known color: Free Speech Red. HEX triplet: C0, 0F and 08. RGB value is (192,15,8). Sum of RGB (Red+Green+Blue) = 192+15+8=215 (28% of max value = 765). Red value is 192 (75.39% from 255 or 89.30% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 192 - color contains mainly: red. Hex color #C00F08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00F08 is #3FF0F7. Grayscale: #434343. Windows color (decimal): -4190456 or 528320. OLE color: 528320.
HSL color Cylindrical-coordinate representation of color #C00F08: hue angle of 2.28º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00F08 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 15 | 8 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.25 |
| HSL | 2.28º | 0.92% | 0.39% | - |
| HSV(B) | 2.28º | 0.96% | 0.75% | - |
| XYZ | 21.95 | 11.57 | 1.31 | - |
| YUV | 67.13 | 94.64 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 8 | 0 | 0.92 | 0.96 | 0.25 | 2.28 | 0.92 | 0.39 |
| Hex | C0 | F | 8 | 0 | 5C | 60 | 19 | 2 | 5C | 27 |
| Octal | 300 | 17 | 10 | 0 | 134 | 140 | 31 | 2 | 134 | 47 |
| Binary | 11000000 | 1111 | 1000 | 0 | 1011100 | 1100000 | 11001 | 10 | 1011100 | 100111 |
Color Harmonies of #C00F08
Complementary color
Monochromatic Colors of #C00F08
Black with #C00F08
Text Example
Text Example
White with #C00F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00F08; }
p { color: rgb(192,15,8); }
H1.HeaderClassName
{
color: #C00F08;
}
.AnyTagClassName
{
color: #C00F08;
}
</style>
background-color css
<style>
a { background-color: #C00F08; }
a { background-color: rgb(192,15,8); }
div.DivClassName
{
background-color: #C00F08;
}
.BgClassName
{
background-color: #C00F08;
}
</style>
border-color css
<style>
span { border-color: #C00F08; }
span { border-color: rgb(192,15,8); }
td.TdClassName
{
border-color: #C00F08;
}
.TagClassName
{
border-color: #C00F08;
}
</style>