Shades of Free Speech Red #CC1608
Tints of Free Speech Red #CC1608
RGB
CMYK
RGB Variations
Color information
#CC1608 (or 0xCC1608) is known color: Free Speech Red. HEX triplet: CC, 16 and 08. RGB value is (204,22,8). Sum of RGB (Red+Green+Blue) = 204+22+8=234 (30% of max value = 765). Red value is 204 (80.08% from 255 or 87.18% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1608 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1608 is #33E9F7. Grayscale: #4B4B4B. Windows color (decimal): -3402232 or 530124. OLE color: 530124.
HSL color Cylindrical-coordinate representation of color #CC1608: hue angle of 4.29º 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 #CC1608 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 8 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.2 |
| HSL | 4.29º | 0.92% | 0.42% | - |
| HSV(B) | 4.29º | 0.96% | 0.8% | - |
| XYZ | 25.23 | 13.43 | 1.49 | - |
| YUV | 74.82 | 90.3 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 8 | 0 | 0.89 | 0.96 | 0.2 | 4.29 | 0.92 | 0.42 |
| Hex | CC | 16 | 8 | 0 | 59 | 60 | 14 | 4 | 5C | 2A |
| Octal | 314 | 26 | 10 | 0 | 131 | 140 | 24 | 4 | 134 | 52 |
| Binary | 11001100 | 10110 | 1000 | 0 | 1011001 | 1100000 | 10100 | 100 | 1011100 | 101010 |
Color Harmonies of #CC1608
Complementary color
Monochromatic Colors of #CC1608
Black with #CC1608
Text Example
Text Example
White with #CC1608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1608; }
p { color: rgb(204,22,8); }
H1.HeaderClassName
{
color: #CC1608;
}
.AnyTagClassName
{
color: #CC1608;
}
</style>
background-color css
<style>
a { background-color: #CC1608; }
a { background-color: rgb(204,22,8); }
div.DivClassName
{
background-color: #CC1608;
}
.BgClassName
{
background-color: #CC1608;
}
</style>
border-color css
<style>
span { border-color: #CC1608; }
span { border-color: rgb(204,22,8); }
td.TdClassName
{
border-color: #CC1608;
}
.TagClassName
{
border-color: #CC1608;
}
</style>