Shades of Free Speech Red #CC110B
Tints of Free Speech Red #CC110B
RGB
CMYK
RGB Variations
Color information
#CC110B (or 0xCC110B) is known color: Free Speech Red. HEX triplet: CC, 11 and 0B. RGB value is (204,17,11). Sum of RGB (Red+Green+Blue) = 204+17+11=232 (30% of max value = 765). Red value is 204 (80.08% from 255 or 87.93% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 204 - color contains mainly: red. Hex color #CC110B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC110B is #33EEF4. Grayscale: #484848. Windows color (decimal): -3403509 or 725452. OLE color: 725452.
HSL color Cylindrical-coordinate representation of color #CC110B: hue angle of 1.87º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC110B is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 11 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.2 |
| HSL | 1.87º | 0.9% | 0.42% | - |
| HSV(B) | 1.87º | 0.95% | 0.8% | - |
| XYZ | 25.16 | 13.26 | 1.55 | - |
| YUV | 72.23 | 93.45 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 11 | 0 | 0.92 | 0.95 | 0.2 | 1.87 | 0.9 | 0.42 |
| Hex | CC | 11 | B | 0 | 5C | 5F | 14 | 2 | 5A | 2A |
| Octal | 314 | 21 | 13 | 0 | 134 | 137 | 24 | 2 | 132 | 52 |
| Binary | 11001100 | 10001 | 1011 | 0 | 1011100 | 1011111 | 10100 | 10 | 1011010 | 101010 |
Color Harmonies of #CC110B
Complementary color
Monochromatic Colors of #CC110B
Black with #CC110B
Text Example
Text Example
White with #CC110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC110B; }
p { color: rgb(204,17,11); }
H1.HeaderClassName
{
color: #CC110B;
}
.AnyTagClassName
{
color: #CC110B;
}
</style>
background-color css
<style>
a { background-color: #CC110B; }
a { background-color: rgb(204,17,11); }
div.DivClassName
{
background-color: #CC110B;
}
.BgClassName
{
background-color: #CC110B;
}
</style>
border-color css
<style>
span { border-color: #CC110B; }
span { border-color: rgb(204,17,11); }
td.TdClassName
{
border-color: #CC110B;
}
.TagClassName
{
border-color: #CC110B;
}
</style>