Shades of Free Speech Red #CC0F09
Tints of Free Speech Red #CC0F09
RGB
CMYK
RGB Variations
Color information
#CC0F09 (or 0xCC0F09) is known color: Free Speech Red. HEX triplet: CC, 0F and 09. RGB value is (204,15,9). Sum of RGB (Red+Green+Blue) = 204+15+9=228 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.47% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 9 (3.91% from 255 or 3.95% from 228); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0F09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0F09 is #33F0F6. Grayscale: #474747. Windows color (decimal): -3404023 or 593868. OLE color: 593868.
HSL color Cylindrical-coordinate representation of color #CC0F09: hue angle of 1.85º 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 #CC0F09 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 15 | 9 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.2 |
| HSL | 1.85º | 0.92% | 0.42% | - |
| HSV(B) | 1.85º | 0.96% | 0.8% | - |
| XYZ | 25.12 | 13.2 | 1.48 | - |
| YUV | 70.83 | 93.12 | 222.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 15 | 9 | 0 | 0.93 | 0.96 | 0.2 | 1.85 | 0.92 | 0.42 |
| Hex | CC | F | 9 | 0 | 5D | 60 | 14 | 2 | 5C | 2A |
| Octal | 314 | 17 | 11 | 0 | 135 | 140 | 24 | 2 | 134 | 52 |
| Binary | 11001100 | 1111 | 1001 | 0 | 1011101 | 1100000 | 10100 | 10 | 1011100 | 101010 |
Color Harmonies of #CC0F09
Complementary color
Monochromatic Colors of #CC0F09
Black with #CC0F09
Text Example
Text Example
White with #CC0F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0F09; }
p { color: rgb(204,15,9); }
H1.HeaderClassName
{
color: #CC0F09;
}
.AnyTagClassName
{
color: #CC0F09;
}
</style>
background-color css
<style>
a { background-color: #CC0F09; }
a { background-color: rgb(204,15,9); }
div.DivClassName
{
background-color: #CC0F09;
}
.BgClassName
{
background-color: #CC0F09;
}
</style>
border-color css
<style>
span { border-color: #CC0F09; }
span { border-color: rgb(204,15,9); }
td.TdClassName
{
border-color: #CC0F09;
}
.TagClassName
{
border-color: #CC0F09;
}
</style>