Shades of Free Speech Red #CC0903
Tints of Free Speech Red #CC0903
RGB
CMYK
RGB Variations
Color information
#CC0903 (or 0xCC0903) is known color: Free Speech Red. HEX triplet: CC, 09 and 03. RGB value is (204,9,3). Sum of RGB (Red+Green+Blue) = 204+9+3=216 (28% of max value = 765). Red value is 204 (80.08% from 255 or 94.44% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0903 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0903 is #33F6FC. Grayscale: #424242. Windows color (decimal): -3405565 or 199116. OLE color: 199116.
HSL color Cylindrical-coordinate representation of color #CC0903: hue angle of 1.79º 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 #CC0903 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 3 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.2 |
| HSL | 1.79º | 0.97% | 0.41% | - |
| HSV(B) | 1.79º | 0.99% | 0.8% | - |
| XYZ | 25.02 | 13.04 | 1.28 | - |
| YUV | 66.62 | 92.1 | 225.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 3 | 0 | 0.96 | 0.99 | 0.2 | 1.79 | 0.97 | 0.41 |
| Hex | CC | 9 | 3 | 0 | 60 | 63 | 14 | 2 | 61 | 29 |
| Octal | 314 | 11 | 3 | 0 | 140 | 143 | 24 | 2 | 141 | 51 |
| Binary | 11001100 | 1001 | 11 | 0 | 1100000 | 1100011 | 10100 | 10 | 1100001 | 101001 |
Color Harmonies of #CC0903
Complementary color
Monochromatic Colors of #CC0903
Black with #CC0903
Text Example
Text Example
White with #CC0903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0903; }
p { color: rgb(204,9,3); }
H1.HeaderClassName
{
color: #CC0903;
}
.AnyTagClassName
{
color: #CC0903;
}
</style>
background-color css
<style>
a { background-color: #CC0903; }
a { background-color: rgb(204,9,3); }
div.DivClassName
{
background-color: #CC0903;
}
.BgClassName
{
background-color: #CC0903;
}
</style>
border-color css
<style>
span { border-color: #CC0903; }
span { border-color: rgb(204,9,3); }
td.TdClassName
{
border-color: #CC0903;
}
.TagClassName
{
border-color: #CC0903;
}
</style>