Shades of Free Speech Red #CC0D06
Tints of Free Speech Red #CC0D06
RGB
CMYK
RGB Variations
Color information
#CC0D06 (or 0xCC0D06) is known color: Free Speech Red. HEX triplet: CC, 0D and 06. RGB value is (204,13,6). Sum of RGB (Red+Green+Blue) = 204+13+6=223 (29% of max value = 765). Red value is 204 (80.08% from 255 or 91.48% from 223); Green value is 13 (5.47% from 255 or 5.83% from 223); Blue value is 6 (2.73% from 255 or 2.69% from 223); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D06 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0D06 is #33F2F9. Grayscale: #454545. Windows color (decimal): -3404538 or 396748. OLE color: 396748.
HSL color Cylindrical-coordinate representation of color #CC0D06: hue angle of 2.12º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC0D06 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 13 | 6 | - |
| CMYK | 0 | 0.94 | 0.97 | 0.2 |
| HSL | 2.12º | 0.94% | 0.41% | - |
| HSV(B) | 2.12º | 0.97% | 0.8% | - |
| XYZ | 25.08 | 13.14 | 1.39 | - |
| YUV | 69.31 | 92.28 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 6 | 0 | 0.94 | 0.97 | 0.2 | 2.12 | 0.94 | 0.41 |
| Hex | CC | D | 6 | 0 | 5E | 61 | 14 | 2 | 5E | 29 |
| Octal | 314 | 15 | 6 | 0 | 136 | 141 | 24 | 2 | 136 | 51 |
| Binary | 11001100 | 1101 | 110 | 0 | 1011110 | 1100001 | 10100 | 10 | 1011110 | 101001 |
Color Harmonies of #CC0D06
Complementary color
Monochromatic Colors of #CC0D06
Black with #CC0D06
Text Example
Text Example
White with #CC0D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0D06; }
p { color: rgb(204,13,6); }
H1.HeaderClassName
{
color: #CC0D06;
}
.AnyTagClassName
{
color: #CC0D06;
}
</style>
background-color css
<style>
a { background-color: #CC0D06; }
a { background-color: rgb(204,13,6); }
div.DivClassName
{
background-color: #CC0D06;
}
.BgClassName
{
background-color: #CC0D06;
}
</style>
border-color css
<style>
span { border-color: #CC0D06; }
span { border-color: rgb(204,13,6); }
td.TdClassName
{
border-color: #CC0D06;
}
.TagClassName
{
border-color: #CC0D06;
}
</style>