Shades of Free Speech Red #CC0D03
Tints of Free Speech Red #CC0D03
RGB
CMYK
RGB Variations
Color information
#CC0D03 (or 0xCC0D03) is known color: Free Speech Red. HEX triplet: CC, 0D and 03. RGB value is (204,13,3). Sum of RGB (Red+Green+Blue) = 204+13+3=220 (29% of max value = 765). Red value is 204 (80.08% from 255 or 92.73% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0D03 is #33F2FC. Grayscale: #454545. Windows color (decimal): -3404541 or 200140. OLE color: 200140.
HSL color Cylindrical-coordinate representation of color #CC0D03: hue angle of 2.99º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0D03 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 13 | 3 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.2 |
| HSL | 2.99º | 0.97% | 0.41% | - |
| HSV(B) | 2.99º | 0.99% | 0.8% | - |
| XYZ | 25.06 | 13.13 | 1.3 | - |
| YUV | 68.97 | 90.78 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 3 | 0 | 0.94 | 0.99 | 0.2 | 2.99 | 0.97 | 0.41 |
| Hex | CC | D | 3 | 0 | 5E | 63 | 14 | 3 | 61 | 29 |
| Octal | 314 | 15 | 3 | 0 | 136 | 143 | 24 | 3 | 141 | 51 |
| Binary | 11001100 | 1101 | 11 | 0 | 1011110 | 1100011 | 10100 | 11 | 1100001 | 101001 |
Color Harmonies of #CC0D03
Complementary color
Monochromatic Colors of #CC0D03
Black with #CC0D03
Text Example
Text Example
White with #CC0D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0D03; }
p { color: rgb(204,13,3); }
H1.HeaderClassName
{
color: #CC0D03;
}
.AnyTagClassName
{
color: #CC0D03;
}
</style>
background-color css
<style>
a { background-color: #CC0D03; }
a { background-color: rgb(204,13,3); }
div.DivClassName
{
background-color: #CC0D03;
}
.BgClassName
{
background-color: #CC0D03;
}
</style>
border-color css
<style>
span { border-color: #CC0D03; }
span { border-color: rgb(204,13,3); }
td.TdClassName
{
border-color: #CC0D03;
}
.TagClassName
{
border-color: #CC0D03;
}
</style>