Shades of Free Speech Red #DE0D04
Tints of Free Speech Red #DE0D04
RGB
CMYK
RGB Variations
Color information
#DE0D04 (or 0xDE0D04) is known color: Free Speech Red. HEX triplet: DE, 0D and 04. RGB value is (222,13,4). Sum of RGB (Red+Green+Blue) = 222+13+4=239 (31% of max value = 765). Red value is 222 (87.11% from 255 or 92.89% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0D04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0D04 is #21F2FB. Grayscale: #4A4A4A. Windows color (decimal): -2224892 or 265694. OLE color: 265694.
HSL color Cylindrical-coordinate representation of color #DE0D04: hue angle of 2.48º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE0D04 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 13 | 4 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.13 |
| HSL | 2.48º | 0.96% | 0.44% | - |
| HSV(B) | 2.48º | 0.98% | 0.87% | - |
| XYZ | 30.29 | 15.83 | 1.57 | - |
| YUV | 74.47 | 88.24 | 233.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 13 | 4 | 0 | 0.94 | 0.98 | 0.13 | 2.48 | 0.96 | 0.44 |
| Hex | DE | D | 4 | 0 | 5E | 62 | D | 2 | 60 | 2C |
| Octal | 336 | 15 | 4 | 0 | 136 | 142 | 15 | 2 | 140 | 54 |
| Binary | 11011110 | 1101 | 100 | 0 | 1011110 | 1100010 | 1101 | 10 | 1100000 | 101100 |
Color Harmonies of #DE0D04
Complementary color
Monochromatic Colors of #DE0D04
Black with #DE0D04
Text Example
Text Example
White with #DE0D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0D04; }
p { color: rgb(222,13,4); }
H1.HeaderClassName
{
color: #DE0D04;
}
.AnyTagClassName
{
color: #DE0D04;
}
</style>
background-color css
<style>
a { background-color: #DE0D04; }
a { background-color: rgb(222,13,4); }
div.DivClassName
{
background-color: #DE0D04;
}
.BgClassName
{
background-color: #DE0D04;
}
</style>
border-color css
<style>
span { border-color: #DE0D04; }
span { border-color: rgb(222,13,4); }
td.TdClassName
{
border-color: #DE0D04;
}
.TagClassName
{
border-color: #DE0D04;
}
</style>