Shades of Free Speech Red #CC1502
Tints of Free Speech Red #CC1502
RGB
CMYK
RGB Variations
Color information
#CC1502 (or 0xCC1502) is known color: Free Speech Red. HEX triplet: CC, 15 and 02. RGB value is (204,21,2). Sum of RGB (Red+Green+Blue) = 204+21+2=227 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.87% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1502 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1502 is #33EAFD. Grayscale: #494949. Windows color (decimal): -3402494 or 136652. OLE color: 136652.
HSL color Cylindrical-coordinate representation of color #CC1502: hue angle of 5.64º 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 #CC1502 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 2 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.2 |
| HSL | 5.64º | 0.98% | 0.4% | - |
| HSV(B) | 5.64º | 0.99% | 0.8% | - |
| XYZ | 25.18 | 13.38 | 1.31 | - |
| YUV | 73.55 | 87.63 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 2 | 0 | 0.90 | 0.99 | 0.2 | 5.64 | 0.98 | 0.4 |
| Hex | CC | 15 | 2 | 0 | 5A | 63 | 14 | 6 | 62 | 28 |
| Octal | 314 | 25 | 2 | 0 | 132 | 143 | 24 | 6 | 142 | 50 |
| Binary | 11001100 | 10101 | 10 | 0 | 1011010 | 1100011 | 10100 | 110 | 1100010 | 101000 |
Color Harmonies of #CC1502
Complementary color
Monochromatic Colors of #CC1502
Black with #CC1502
Text Example
Text Example
White with #CC1502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1502; }
p { color: rgb(204,21,2); }
H1.HeaderClassName
{
color: #CC1502;
}
.AnyTagClassName
{
color: #CC1502;
}
</style>
background-color css
<style>
a { background-color: #CC1502; }
a { background-color: rgb(204,21,2); }
div.DivClassName
{
background-color: #CC1502;
}
.BgClassName
{
background-color: #CC1502;
}
</style>
border-color css
<style>
span { border-color: #CC1502; }
span { border-color: rgb(204,21,2); }
td.TdClassName
{
border-color: #CC1502;
}
.TagClassName
{
border-color: #CC1502;
}
</style>