Shades of Free Speech Red #CC180D
Tints of Free Speech Red #CC180D
RGB
CMYK
RGB Variations
Color information
#CC180D (or 0xCC180D) is known color: Free Speech Red. HEX triplet: CC, 18 and 0D. RGB value is (204,24,13). Sum of RGB (Red+Green+Blue) = 204+24+13=241 (31% of max value = 765). Red value is 204 (80.08% from 255 or 84.65% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 204 - color contains mainly: red. Hex color #CC180D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC180D is #33E7F2. Grayscale: #4C4C4C. Windows color (decimal): -3401715 or 858316. OLE color: 858316.
HSL color Cylindrical-coordinate representation of color #CC180D: hue angle of 3.46º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC180D is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 13 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.2 |
| HSL | 3.46º | 0.88% | 0.43% | - |
| HSV(B) | 3.46º | 0.94% | 0.8% | - |
| XYZ | 25.3 | 13.52 | 1.66 | - |
| YUV | 76.57 | 92.13 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 13 | 0 | 0.88 | 0.94 | 0.2 | 3.46 | 0.88 | 0.43 |
| Hex | CC | 18 | D | 0 | 58 | 5E | 14 | 3 | 58 | 2B |
| Octal | 314 | 30 | 15 | 0 | 130 | 136 | 24 | 3 | 130 | 53 |
| Binary | 11001100 | 11000 | 1101 | 0 | 1011000 | 1011110 | 10100 | 11 | 1011000 | 101011 |
Color Harmonies of #CC180D
Complementary color
Monochromatic Colors of #CC180D
Black with #CC180D
Text Example
Text Example
White with #CC180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC180D; }
p { color: rgb(204,24,13); }
H1.HeaderClassName
{
color: #CC180D;
}
.AnyTagClassName
{
color: #CC180D;
}
</style>
background-color css
<style>
a { background-color: #CC180D; }
a { background-color: rgb(204,24,13); }
div.DivClassName
{
background-color: #CC180D;
}
.BgClassName
{
background-color: #CC180D;
}
</style>
border-color css
<style>
span { border-color: #CC180D; }
span { border-color: rgb(204,24,13); }
td.TdClassName
{
border-color: #CC180D;
}
.TagClassName
{
border-color: #CC180D;
}
</style>