Shades of Free Speech Red #CC1108
Tints of Free Speech Red #CC1108
RGB
CMYK
RGB Variations
Color information
#CC1108 (or 0xCC1108) is known color: Free Speech Red. HEX triplet: CC, 11 and 08. RGB value is (204,17,8). Sum of RGB (Red+Green+Blue) = 204+17+8=229 (30% of max value = 765). Red value is 204 (80.08% from 255 or 89.08% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1108 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1108 is #33EEF7. Grayscale: #484848. Windows color (decimal): -3403512 or 528844. OLE color: 528844.
HSL color Cylindrical-coordinate representation of color #CC1108: hue angle of 2.76º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC1108 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 8 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.2 |
| HSL | 2.76º | 0.92% | 0.42% | - |
| HSV(B) | 2.76º | 0.96% | 0.8% | - |
| XYZ | 25.15 | 13.26 | 1.46 | - |
| YUV | 71.89 | 91.95 | 222.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 8 | 0 | 0.92 | 0.96 | 0.2 | 2.76 | 0.92 | 0.42 |
| Hex | CC | 11 | 8 | 0 | 5C | 60 | 14 | 3 | 5C | 2A |
| Octal | 314 | 21 | 10 | 0 | 134 | 140 | 24 | 3 | 134 | 52 |
| Binary | 11001100 | 10001 | 1000 | 0 | 1011100 | 1100000 | 10100 | 11 | 1011100 | 101010 |
Color Harmonies of #CC1108
Complementary color
Monochromatic Colors of #CC1108
Black with #CC1108
Text Example
Text Example
White with #CC1108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1108; }
p { color: rgb(204,17,8); }
H1.HeaderClassName
{
color: #CC1108;
}
.AnyTagClassName
{
color: #CC1108;
}
</style>
background-color css
<style>
a { background-color: #CC1108; }
a { background-color: rgb(204,17,8); }
div.DivClassName
{
background-color: #CC1108;
}
.BgClassName
{
background-color: #CC1108;
}
</style>
border-color css
<style>
span { border-color: #CC1108; }
span { border-color: rgb(204,17,8); }
td.TdClassName
{
border-color: #CC1108;
}
.TagClassName
{
border-color: #CC1108;
}
</style>