Shades of Free Speech Red #C00F02
Tints of Free Speech Red #C00F02
RGB
CMYK
RGB Variations
Color information
#C00F02 (or 0xC00F02) is known color: Free Speech Red. HEX triplet: C0, 0F and 02. RGB value is (192,15,2). Sum of RGB (Red+Green+Blue) = 192+15+2=209 (27% of max value = 765). Red value is 192 (75.39% from 255 or 91.87% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 192 - color contains mainly: red. Hex color #C00F02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00F02 is #3FF0FD. Grayscale: #424242. Windows color (decimal): -4190462 or 135104. OLE color: 135104.
HSL color Cylindrical-coordinate representation of color #C00F02: hue angle of 4.11º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00F02 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 15 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.25 |
| HSL | 4.11º | 0.98% | 0.38% | - |
| HSV(B) | 4.11º | 0.99% | 0.75% | - |
| XYZ | 21.92 | 11.55 | 1.13 | - |
| YUV | 66.44 | 91.64 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 2 | 0 | 0.92 | 0.99 | 0.25 | 4.11 | 0.98 | 0.38 |
| Hex | C0 | F | 2 | 0 | 5C | 63 | 19 | 4 | 62 | 26 |
| Octal | 300 | 17 | 2 | 0 | 134 | 143 | 31 | 4 | 142 | 46 |
| Binary | 11000000 | 1111 | 10 | 0 | 1011100 | 1100011 | 11001 | 100 | 1100010 | 100110 |
Color Harmonies of #C00F02
Complementary color
Monochromatic Colors of #C00F02
Black with #C00F02
Text Example
Text Example
White with #C00F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00F02; }
p { color: rgb(192,15,2); }
H1.HeaderClassName
{
color: #C00F02;
}
.AnyTagClassName
{
color: #C00F02;
}
</style>
background-color css
<style>
a { background-color: #C00F02; }
a { background-color: rgb(192,15,2); }
div.DivClassName
{
background-color: #C00F02;
}
.BgClassName
{
background-color: #C00F02;
}
</style>
border-color css
<style>
span { border-color: #C00F02; }
span { border-color: rgb(192,15,2); }
td.TdClassName
{
border-color: #C00F02;
}
.TagClassName
{
border-color: #C00F02;
}
</style>