Shades of Free Speech Red #CC1509
Tints of Free Speech Red #CC1509
RGB
CMYK
RGB Variations
Color information
#CC1509 (or 0xCC1509) is known color: Free Speech Red. HEX triplet: CC, 15 and 09. RGB value is (204,21,9). Sum of RGB (Red+Green+Blue) = 204+21+9=234 (30% of max value = 765). Red value is 204 (80.08% from 255 or 87.18% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1509 is #33EAF6. Grayscale: #4A4A4A. Windows color (decimal): -3402487 or 595404. OLE color: 595404.
HSL color Cylindrical-coordinate representation of color #CC1509: hue angle of 3.69º 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 #CC1509 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 9 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.2 |
| HSL | 3.69º | 0.92% | 0.42% | - |
| HSV(B) | 3.69º | 0.96% | 0.8% | - |
| XYZ | 25.22 | 13.39 | 1.51 | - |
| YUV | 74.35 | 91.13 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 9 | 0 | 0.90 | 0.96 | 0.2 | 3.69 | 0.92 | 0.42 |
| Hex | CC | 15 | 9 | 0 | 5A | 60 | 14 | 4 | 5C | 2A |
| Octal | 314 | 25 | 11 | 0 | 132 | 140 | 24 | 4 | 134 | 52 |
| Binary | 11001100 | 10101 | 1001 | 0 | 1011010 | 1100000 | 10100 | 100 | 1011100 | 101010 |
Color Harmonies of #CC1509
Complementary color
Monochromatic Colors of #CC1509
Black with #CC1509
Text Example
Text Example
White with #CC1509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1509; }
p { color: rgb(204,21,9); }
H1.HeaderClassName
{
color: #CC1509;
}
.AnyTagClassName
{
color: #CC1509;
}
</style>
background-color css
<style>
a { background-color: #CC1509; }
a { background-color: rgb(204,21,9); }
div.DivClassName
{
background-color: #CC1509;
}
.BgClassName
{
background-color: #CC1509;
}
</style>
border-color css
<style>
span { border-color: #CC1509; }
span { border-color: rgb(204,21,9); }
td.TdClassName
{
border-color: #CC1509;
}
.TagClassName
{
border-color: #CC1509;
}
</style>