Shades of Free Speech Red #CE0E0A
Tints of Free Speech Red #CE0E0A
RGB
CMYK
RGB Variations
Color information
#CE0E0A (or 0xCE0E0A) is known color: Free Speech Red. HEX triplet: CE, 0E and 0A. RGB value is (206,14,10). Sum of RGB (Red+Green+Blue) = 206+14+10=230 (30% of max value = 765). Red value is 206 (80.86% from 255 or 89.57% from 230); Green value is 14 (5.86% from 255 or 6.09% from 230); Blue value is 10 (4.30% from 255 or 4.35% from 230); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0E0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE0E0A is #31F1F5. Grayscale: #474747. Windows color (decimal): -3273206 or 659150. OLE color: 659150.
HSL color Cylindrical-coordinate representation of color #CE0E0A: hue angle of 1.22º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0E0A is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 14 | 10 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.19 |
| HSL | 1.22º | 0.91% | 0.42% | - |
| HSV(B) | 1.22º | 0.95% | 0.81% | - |
| XYZ | 25.67 | 13.46 | 1.53 | - |
| YUV | 70.95 | 93.61 | 224.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 14 | 10 | 0 | 0.93 | 0.95 | 0.19 | 1.22 | 0.91 | 0.42 |
| Hex | CE | E | A | 0 | 5D | 5F | 13 | 1 | 5B | 2A |
| Octal | 316 | 16 | 12 | 0 | 135 | 137 | 23 | 1 | 133 | 52 |
| Binary | 11001110 | 1110 | 1010 | 0 | 1011101 | 1011111 | 10011 | 1 | 1011011 | 101010 |
Color Harmonies of #CE0E0A
Complementary color
Monochromatic Colors of #CE0E0A
Black with #CE0E0A
Text Example
Text Example
White with #CE0E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0E0A; }
p { color: rgb(206,14,10); }
H1.HeaderClassName
{
color: #CE0E0A;
}
.AnyTagClassName
{
color: #CE0E0A;
}
</style>
background-color css
<style>
a { background-color: #CE0E0A; }
a { background-color: rgb(206,14,10); }
div.DivClassName
{
background-color: #CE0E0A;
}
.BgClassName
{
background-color: #CE0E0A;
}
</style>
border-color css
<style>
span { border-color: #CE0E0A; }
span { border-color: rgb(206,14,10); }
td.TdClassName
{
border-color: #CE0E0A;
}
.TagClassName
{
border-color: #CE0E0A;
}
</style>