Shades of Free Speech Red #CC0E02
Tints of Free Speech Red #CC0E02
RGB
CMYK
RGB Variations
Color information
#CC0E02 (or 0xCC0E02) is known color: Free Speech Red. HEX triplet: CC, 0E and 02. RGB value is (204,14,2). Sum of RGB (Red+Green+Blue) = 204+14+2=220 (29% of max value = 765). Red value is 204 (80.08% from 255 or 92.73% from 220); Green value is 14 (5.86% from 255 or 6.36% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0E02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0E02 is #33F1FD. Grayscale: #454545. Windows color (decimal): -3404286 or 134860. OLE color: 134860.
HSL color Cylindrical-coordinate representation of color #CC0E02: hue angle of 3.56º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0E02 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 14 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.2 |
| HSL | 3.56º | 0.98% | 0.4% | - |
| HSV(B) | 3.56º | 0.99% | 0.8% | - |
| XYZ | 25.07 | 13.16 | 1.28 | - |
| YUV | 69.44 | 89.95 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 14 | 2 | 0 | 0.93 | 0.99 | 0.2 | 3.56 | 0.98 | 0.4 |
| Hex | CC | E | 2 | 0 | 5D | 63 | 14 | 4 | 62 | 28 |
| Octal | 314 | 16 | 2 | 0 | 135 | 143 | 24 | 4 | 142 | 50 |
| Binary | 11001100 | 1110 | 10 | 0 | 1011101 | 1100011 | 10100 | 100 | 1100010 | 101000 |
Color Harmonies of #CC0E02
Complementary color
Monochromatic Colors of #CC0E02
Black with #CC0E02
Text Example
Text Example
White with #CC0E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0E02; }
p { color: rgb(204,14,2); }
H1.HeaderClassName
{
color: #CC0E02;
}
.AnyTagClassName
{
color: #CC0E02;
}
</style>
background-color css
<style>
a { background-color: #CC0E02; }
a { background-color: rgb(204,14,2); }
div.DivClassName
{
background-color: #CC0E02;
}
.BgClassName
{
background-color: #CC0E02;
}
</style>
border-color css
<style>
span { border-color: #CC0E02; }
span { border-color: rgb(204,14,2); }
td.TdClassName
{
border-color: #CC0E02;
}
.TagClassName
{
border-color: #CC0E02;
}
</style>