Shades of Free Speech Red #CC0A08
Tints of Free Speech Red #CC0A08
RGB
CMYK
RGB Variations
Color information
#CC0A08 (or 0xCC0A08) is known color: Free Speech Red. HEX triplet: CC, 0A and 08. RGB value is (204,10,8). Sum of RGB (Red+Green+Blue) = 204+10+8=222 (29% of max value = 765). Red value is 204 (80.08% from 255 or 91.89% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0A08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0A08 is #33F5F7. Grayscale: #434343. Windows color (decimal): -3405304 or 527052. OLE color: 527052.
HSL color Cylindrical-coordinate representation of color #CC0A08: hue angle of 0.61º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0A08 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 10 | 8 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.2 |
| HSL | 0.61º | 0.92% | 0.42% | - |
| HSV(B) | 0.61º | 0.96% | 0.8% | - |
| XYZ | 25.05 | 13.07 | 1.43 | - |
| YUV | 67.78 | 94.27 | 225.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 10 | 8 | 0 | 0.95 | 0.96 | 0.2 | 0.61 | 0.92 | 0.42 |
| Hex | CC | A | 8 | 0 | 5F | 60 | 14 | 1 | 5C | 2A |
| Octal | 314 | 12 | 10 | 0 | 137 | 140 | 24 | 1 | 134 | 52 |
| Binary | 11001100 | 1010 | 1000 | 0 | 1011111 | 1100000 | 10100 | 1 | 1011100 | 101010 |
Color Harmonies of #CC0A08
Complementary color
Monochromatic Colors of #CC0A08
Black with #CC0A08
Text Example
Text Example
White with #CC0A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0A08; }
p { color: rgb(204,10,8); }
H1.HeaderClassName
{
color: #CC0A08;
}
.AnyTagClassName
{
color: #CC0A08;
}
</style>
background-color css
<style>
a { background-color: #CC0A08; }
a { background-color: rgb(204,10,8); }
div.DivClassName
{
background-color: #CC0A08;
}
.BgClassName
{
background-color: #CC0A08;
}
</style>
border-color css
<style>
span { border-color: #CC0A08; }
span { border-color: rgb(204,10,8); }
td.TdClassName
{
border-color: #CC0A08;
}
.TagClassName
{
border-color: #CC0A08;
}
</style>