Shades of Free Speech Red #DE0D00
Tints of Free Speech Red #DE0D00
RGB
CMYK
RGB Variations
Color information
#DE0D00 (or 0xDE0D00) is known color: Free Speech Red. HEX triplet: DE, 0D and 00. RGB value is (222,13,0). Sum of RGB (Red+Green+Blue) = 222+13+0=235 (31% of max value = 765). Red value is 222 (87.11% from 255 or 94.47% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0D00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE0D00 is #21F2FF. Grayscale: #4A4A4A. Windows color (decimal): -2224896 or 3550. OLE color: 3550.
HSL color Cylindrical-coordinate representation of color #DE0D00: hue angle of 3.51º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0D00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 13 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.13 |
| HSL | 3.51º | 1% | 0.44% | - |
| HSV(B) | 3.51º | 1% | 0.87% | - |
| XYZ | 30.27 | 15.82 | 1.46 | - |
| YUV | 74.01 | 86.24 | 233.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 13 | 0 | 0 | 0.94 | 1 | 0.13 | 3.51 | 1 | 0.44 |
| Hex | DE | D | 0 | 0 | 5E | 64 | D | 4 | 64 | 2C |
| Octal | 336 | 15 | 0 | 0 | 136 | 144 | 15 | 4 | 144 | 54 |
| Binary | 11011110 | 1101 | 0 | 0 | 1011110 | 1100100 | 1101 | 100 | 1100100 | 101100 |
Color Harmonies of #DE0D00
Complementary color
Monochromatic Colors of #DE0D00
Black with #DE0D00
Text Example
Text Example
White with #DE0D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0D00; }
p { color: rgb(222,13,0); }
H1.HeaderClassName
{
color: #DE0D00;
}
.AnyTagClassName
{
color: #DE0D00;
}
</style>
background-color css
<style>
a { background-color: #DE0D00; }
a { background-color: rgb(222,13,0); }
div.DivClassName
{
background-color: #DE0D00;
}
.BgClassName
{
background-color: #DE0D00;
}
</style>
border-color css
<style>
span { border-color: #DE0D00; }
span { border-color: rgb(222,13,0); }
td.TdClassName
{
border-color: #DE0D00;
}
.TagClassName
{
border-color: #DE0D00;
}
</style>