Shades of Free Speech Red #DE0E0A
Tints of Free Speech Red #DE0E0A
RGB
CMYK
RGB Variations
Color information
#DE0E0A (or 0xDE0E0A) is known color: Free Speech Red. HEX triplet: DE, 0E and 0A. RGB value is (222,14,10). Sum of RGB (Red+Green+Blue) = 222+14+10=246 (32% of max value = 765). Red value is 222 (87.11% from 255 or 90.24% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0E0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0E0A is #21F1F5. Grayscale: #4B4B4B. Windows color (decimal): -2224630 or 659166. OLE color: 659166.
HSL color Cylindrical-coordinate representation of color #DE0E0A: hue angle of 1.13º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0E0A is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 14 | 10 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.13 |
| HSL | 1.13º | 0.91% | 0.45% | - |
| HSV(B) | 1.13º | 0.95% | 0.87% | - |
| XYZ | 30.34 | 15.87 | 1.75 | - |
| YUV | 75.74 | 90.91 | 232.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 14 | 10 | 0 | 0.94 | 0.95 | 0.13 | 1.13 | 0.91 | 0.45 |
| Hex | DE | E | A | 0 | 5E | 5F | D | 1 | 5B | 2D |
| Octal | 336 | 16 | 12 | 0 | 136 | 137 | 15 | 1 | 133 | 55 |
| Binary | 11011110 | 1110 | 1010 | 0 | 1011110 | 1011111 | 1101 | 1 | 1011011 | 101101 |
Color Harmonies of #DE0E0A
Complementary color
Monochromatic Colors of #DE0E0A
Black with #DE0E0A
Text Example
Text Example
White with #DE0E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0E0A; }
p { color: rgb(222,14,10); }
H1.HeaderClassName
{
color: #DE0E0A;
}
.AnyTagClassName
{
color: #DE0E0A;
}
</style>
background-color css
<style>
a { background-color: #DE0E0A; }
a { background-color: rgb(222,14,10); }
div.DivClassName
{
background-color: #DE0E0A;
}
.BgClassName
{
background-color: #DE0E0A;
}
</style>
border-color css
<style>
span { border-color: #DE0E0A; }
span { border-color: rgb(222,14,10); }
td.TdClassName
{
border-color: #DE0E0A;
}
.TagClassName
{
border-color: #DE0E0A;
}
</style>