Shades of Free Speech Red #CC110E
Tints of Free Speech Red #CC110E
RGB
CMYK
RGB Variations
Color information
#CC110E (or 0xCC110E) is known color: Free Speech Red. HEX triplet: CC, 11 and 0E. RGB value is (204,17,14). Sum of RGB (Red+Green+Blue) = 204+17+14=235 (31% of max value = 765). Red value is 204 (80.08% from 255 or 86.81% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 204 - color contains mainly: red. Hex color #CC110E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC110E is #33EEF1. Grayscale: #484848. Windows color (decimal): -3403506 or 922060. OLE color: 922060.
HSL color Cylindrical-coordinate representation of color #CC110E: hue angle of 0.95º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC110E is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 14 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.2 |
| HSL | 0.95º | 0.87% | 0.43% | - |
| HSV(B) | 0.95º | 0.93% | 0.8% | - |
| XYZ | 25.18 | 13.27 | 1.65 | - |
| YUV | 72.57 | 94.95 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 14 | 0 | 0.92 | 0.93 | 0.2 | 0.95 | 0.87 | 0.43 |
| Hex | CC | 11 | E | 0 | 5C | 5D | 14 | 1 | 57 | 2B |
| Octal | 314 | 21 | 16 | 0 | 134 | 135 | 24 | 1 | 127 | 53 |
| Binary | 11001100 | 10001 | 1110 | 0 | 1011100 | 1011101 | 10100 | 1 | 1010111 | 101011 |
Color Harmonies of #CC110E
Complementary color
Monochromatic Colors of #CC110E
Black with #CC110E
Text Example
Text Example
White with #CC110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC110E; }
p { color: rgb(204,17,14); }
H1.HeaderClassName
{
color: #CC110E;
}
.AnyTagClassName
{
color: #CC110E;
}
</style>
background-color css
<style>
a { background-color: #CC110E; }
a { background-color: rgb(204,17,14); }
div.DivClassName
{
background-color: #CC110E;
}
.BgClassName
{
background-color: #CC110E;
}
</style>
border-color css
<style>
span { border-color: #CC110E; }
span { border-color: rgb(204,17,14); }
td.TdClassName
{
border-color: #CC110E;
}
.TagClassName
{
border-color: #CC110E;
}
</style>