Shades of Free Speech Red #CC0F03
Tints of Free Speech Red #CC0F03
RGB
CMYK
RGB Variations
Color information
#CC0F03 (or 0xCC0F03) is known color: Free Speech Red. HEX triplet: CC, 0F and 03. RGB value is (204,15,3). Sum of RGB (Red+Green+Blue) = 204+15+3=222 (29% of max value = 765). Red value is 204 (80.08% from 255 or 91.89% from 222); Green value is 15 (6.25% from 255 or 6.76% from 222); Blue value is 3 (1.56% from 255 or 1.35% from 222); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0F03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0F03 is #33F0FC. Grayscale: #464646. Windows color (decimal): -3404029 or 200652. OLE color: 200652.
HSL color Cylindrical-coordinate representation of color #CC0F03: hue angle of 3.58º 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 #CC0F03 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 15 | 3 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.2 |
| HSL | 3.58º | 0.97% | 0.41% | - |
| HSV(B) | 3.58º | 0.99% | 0.8% | - |
| XYZ | 25.09 | 13.19 | 1.31 | - |
| YUV | 70.14 | 90.12 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 15 | 3 | 0 | 0.93 | 0.99 | 0.2 | 3.58 | 0.97 | 0.41 |
| Hex | CC | F | 3 | 0 | 5D | 63 | 14 | 4 | 61 | 29 |
| Octal | 314 | 17 | 3 | 0 | 135 | 143 | 24 | 4 | 141 | 51 |
| Binary | 11001100 | 1111 | 11 | 0 | 1011101 | 1100011 | 10100 | 100 | 1100001 | 101001 |
Color Harmonies of #CC0F03
Complementary color
Monochromatic Colors of #CC0F03
Black with #CC0F03
Text Example
Text Example
White with #CC0F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0F03; }
p { color: rgb(204,15,3); }
H1.HeaderClassName
{
color: #CC0F03;
}
.AnyTagClassName
{
color: #CC0F03;
}
</style>
background-color css
<style>
a { background-color: #CC0F03; }
a { background-color: rgb(204,15,3); }
div.DivClassName
{
background-color: #CC0F03;
}
.BgClassName
{
background-color: #CC0F03;
}
</style>
border-color css
<style>
span { border-color: #CC0F03; }
span { border-color: rgb(204,15,3); }
td.TdClassName
{
border-color: #CC0F03;
}
.TagClassName
{
border-color: #CC0F03;
}
</style>