Shades of Free Speech Red #CC0A02
Tints of Free Speech Red #CC0A02
RGB
CMYK
RGB Variations
Color information
#CC0A02 (or 0xCC0A02) is known color: Free Speech Red. HEX triplet: CC, 0A and 02. RGB value is (204,10,2). Sum of RGB (Red+Green+Blue) = 204+10+2=216 (28% of max value = 765). Red value is 204 (80.08% from 255 or 94.44% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0A02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0A02 is #33F5FD. Grayscale: #434343. Windows color (decimal): -3405310 or 133836. OLE color: 133836.
HSL color Cylindrical-coordinate representation of color #CC0A02: hue angle of 2.38º 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 #CC0A02 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 10 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.2 |
| HSL | 2.38º | 0.98% | 0.4% | - |
| HSV(B) | 2.38º | 0.99% | 0.8% | - |
| XYZ | 25.02 | 13.06 | 1.26 | - |
| YUV | 67.09 | 91.27 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 10 | 2 | 0 | 0.95 | 0.99 | 0.2 | 2.38 | 0.98 | 0.4 |
| Hex | CC | A | 2 | 0 | 5F | 63 | 14 | 2 | 62 | 28 |
| Octal | 314 | 12 | 2 | 0 | 137 | 143 | 24 | 2 | 142 | 50 |
| Binary | 11001100 | 1010 | 10 | 0 | 1011111 | 1100011 | 10100 | 10 | 1100010 | 101000 |
Color Harmonies of #CC0A02
Complementary color
Monochromatic Colors of #CC0A02
Black with #CC0A02
Text Example
Text Example
White with #CC0A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0A02; }
p { color: rgb(204,10,2); }
H1.HeaderClassName
{
color: #CC0A02;
}
.AnyTagClassName
{
color: #CC0A02;
}
</style>
background-color css
<style>
a { background-color: #CC0A02; }
a { background-color: rgb(204,10,2); }
div.DivClassName
{
background-color: #CC0A02;
}
.BgClassName
{
background-color: #CC0A02;
}
</style>
border-color css
<style>
span { border-color: #CC0A02; }
span { border-color: rgb(204,10,2); }
td.TdClassName
{
border-color: #CC0A02;
}
.TagClassName
{
border-color: #CC0A02;
}
</style>