Shades of Free Speech Red #CC0B05
Tints of Free Speech Red #CC0B05
RGB
CMYK
RGB Variations
Color information
#CC0B05 (or 0xCC0B05) is known color: Free Speech Red. HEX triplet: CC, 0B and 05. RGB value is (204,11,5). Sum of RGB (Red+Green+Blue) = 204+11+5=220 (29% of max value = 765). Red value is 204 (80.08% from 255 or 92.73% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0B05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0B05 is #33F4FA. Grayscale: #444444. Windows color (decimal): -3405051 or 330700. OLE color: 330700.
HSL color Cylindrical-coordinate representation of color #CC0B05: hue angle of 1.81º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC0B05 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 11 | 5 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.2 |
| HSL | 1.81º | 0.95% | 0.41% | - |
| HSV(B) | 1.81º | 0.98% | 0.8% | - |
| XYZ | 25.05 | 13.09 | 1.35 | - |
| YUV | 68.02 | 92.44 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 11 | 5 | 0 | 0.95 | 0.98 | 0.2 | 1.81 | 0.95 | 0.41 |
| Hex | CC | B | 5 | 0 | 5F | 62 | 14 | 2 | 5F | 29 |
| Octal | 314 | 13 | 5 | 0 | 137 | 142 | 24 | 2 | 137 | 51 |
| Binary | 11001100 | 1011 | 101 | 0 | 1011111 | 1100010 | 10100 | 10 | 1011111 | 101001 |
Color Harmonies of #CC0B05
Complementary color
Monochromatic Colors of #CC0B05
Black with #CC0B05
Text Example
Text Example
White with #CC0B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0B05; }
p { color: rgb(204,11,5); }
H1.HeaderClassName
{
color: #CC0B05;
}
.AnyTagClassName
{
color: #CC0B05;
}
</style>
background-color css
<style>
a { background-color: #CC0B05; }
a { background-color: rgb(204,11,5); }
div.DivClassName
{
background-color: #CC0B05;
}
.BgClassName
{
background-color: #CC0B05;
}
</style>
border-color css
<style>
span { border-color: #CC0B05; }
span { border-color: rgb(204,11,5); }
td.TdClassName
{
border-color: #CC0B05;
}
.TagClassName
{
border-color: #CC0B05;
}
</style>