Shades of Free Speech Red #CC180C
Tints of Free Speech Red #CC180C
RGB
CMYK
RGB Variations
Color information
#CC180C (or 0xCC180C) is known color: Free Speech Red. HEX triplet: CC, 18 and 0C. RGB value is (204,24,12). Sum of RGB (Red+Green+Blue) = 204+24+12=240 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 204 - color contains mainly: red. Hex color #CC180C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC180C is #33E7F3. Grayscale: #4C4C4C. Windows color (decimal): -3401716 or 792780. OLE color: 792780.
HSL color Cylindrical-coordinate representation of color #CC180C: hue angle of 3.75º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC180C is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 12 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.2 |
| HSL | 3.75º | 0.89% | 0.42% | - |
| HSV(B) | 3.75º | 0.94% | 0.8% | - |
| XYZ | 25.29 | 13.52 | 1.62 | - |
| YUV | 76.45 | 91.63 | 218.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 12 | 0 | 0.88 | 0.94 | 0.2 | 3.75 | 0.89 | 0.42 |
| Hex | CC | 18 | C | 0 | 58 | 5E | 14 | 4 | 59 | 2A |
| Octal | 314 | 30 | 14 | 0 | 130 | 136 | 24 | 4 | 131 | 52 |
| Binary | 11001100 | 11000 | 1100 | 0 | 1011000 | 1011110 | 10100 | 100 | 1011001 | 101010 |
Color Harmonies of #CC180C
Complementary color
Monochromatic Colors of #CC180C
Black with #CC180C
Text Example
Text Example
White with #CC180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC180C; }
p { color: rgb(204,24,12); }
H1.HeaderClassName
{
color: #CC180C;
}
.AnyTagClassName
{
color: #CC180C;
}
</style>
background-color css
<style>
a { background-color: #CC180C; }
a { background-color: rgb(204,24,12); }
div.DivClassName
{
background-color: #CC180C;
}
.BgClassName
{
background-color: #CC180C;
}
</style>
border-color css
<style>
span { border-color: #CC180C; }
span { border-color: rgb(204,24,12); }
td.TdClassName
{
border-color: #CC180C;
}
.TagClassName
{
border-color: #CC180C;
}
</style>