Shades of Free Speech Red #CE120C
Tints of Free Speech Red #CE120C
RGB
CMYK
RGB Variations
Color information
#CE120C (or 0xCE120C) is known color: Free Speech Red. HEX triplet: CE, 12 and 0C. RGB value is (206,18,12). Sum of RGB (Red+Green+Blue) = 206+18+12=236 (31% of max value = 765). Red value is 206 (80.86% from 255 or 87.29% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 206 - color contains mainly: red. Hex color #CE120C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE120C is #31EDF3. Grayscale: #494949. Windows color (decimal): -3272180 or 791246. OLE color: 791246.
HSL color Cylindrical-coordinate representation of color #CE120C: hue angle of 1.86º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE120C is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 18 | 12 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.19 |
| HSL | 1.86º | 0.89% | 0.43% | - |
| HSV(B) | 1.86º | 0.94% | 0.81% | - |
| XYZ | 25.74 | 13.58 | 1.61 | - |
| YUV | 73.53 | 93.28 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 18 | 12 | 0 | 0.91 | 0.94 | 0.19 | 1.86 | 0.89 | 0.43 |
| Hex | CE | 12 | C | 0 | 5B | 5E | 13 | 2 | 59 | 2B |
| Octal | 316 | 22 | 14 | 0 | 133 | 136 | 23 | 2 | 131 | 53 |
| Binary | 11001110 | 10010 | 1100 | 0 | 1011011 | 1011110 | 10011 | 10 | 1011001 | 101011 |
Color Harmonies of #CE120C
Complementary color
Monochromatic Colors of #CE120C
Black with #CE120C
Text Example
Text Example
White with #CE120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE120C; }
p { color: rgb(206,18,12); }
H1.HeaderClassName
{
color: #CE120C;
}
.AnyTagClassName
{
color: #CE120C;
}
</style>
background-color css
<style>
a { background-color: #CE120C; }
a { background-color: rgb(206,18,12); }
div.DivClassName
{
background-color: #CE120C;
}
.BgClassName
{
background-color: #CE120C;
}
</style>
border-color css
<style>
span { border-color: #CE120C; }
span { border-color: rgb(206,18,12); }
td.TdClassName
{
border-color: #CE120C;
}
.TagClassName
{
border-color: #CE120C;
}
</style>