Shades of Free Speech Red #CC1702
Tints of Free Speech Red #CC1702
RGB
CMYK
RGB Variations
Color information
#CC1702 (or 0xCC1702) is known color: Free Speech Red. HEX triplet: CC, 17 and 02. RGB value is (204,23,2). Sum of RGB (Red+Green+Blue) = 204+23+2=229 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.08% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1702 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1702 is #33E8FD. Grayscale: #4A4A4A. Windows color (decimal): -3401982 or 137164. OLE color: 137164.
HSL color Cylindrical-coordinate representation of color #CC1702: hue angle of 6.24º 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 #CC1702 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 2 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.2 |
| HSL | 6.24º | 0.98% | 0.4% | - |
| HSV(B) | 6.24º | 0.99% | 0.8% | - |
| XYZ | 25.22 | 13.45 | 1.33 | - |
| YUV | 74.73 | 86.97 | 220.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 2 | 0 | 0.89 | 0.99 | 0.2 | 6.24 | 0.98 | 0.4 |
| Hex | CC | 17 | 2 | 0 | 59 | 63 | 14 | 6 | 62 | 28 |
| Octal | 314 | 27 | 2 | 0 | 131 | 143 | 24 | 6 | 142 | 50 |
| Binary | 11001100 | 10111 | 10 | 0 | 1011001 | 1100011 | 10100 | 110 | 1100010 | 101000 |
Color Harmonies of #CC1702
Complementary color
Monochromatic Colors of #CC1702
Black with #CC1702
Text Example
Text Example
White with #CC1702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1702; }
p { color: rgb(204,23,2); }
H1.HeaderClassName
{
color: #CC1702;
}
.AnyTagClassName
{
color: #CC1702;
}
</style>
background-color css
<style>
a { background-color: #CC1702; }
a { background-color: rgb(204,23,2); }
div.DivClassName
{
background-color: #CC1702;
}
.BgClassName
{
background-color: #CC1702;
}
</style>
border-color css
<style>
span { border-color: #CC1702; }
span { border-color: rgb(204,23,2); }
td.TdClassName
{
border-color: #CC1702;
}
.TagClassName
{
border-color: #CC1702;
}
</style>