Shades of Free Speech Red #DD0E00
Tints of Free Speech Red #DD0E00
RGB
CMYK
RGB Variations
Color information
#DD0E00 (or 0xDD0E00) is known color: Free Speech Red. HEX triplet: DD, 0E and 00. RGB value is (221,14,0). Sum of RGB (Red+Green+Blue) = 221+14+0=235 (31% of max value = 765). Red value is 221 (86.72% from 255 or 94.04% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0E00 is #22F1FF. Grayscale: #4A4A4A. Windows color (decimal): -2290176 or 3805. OLE color: 3805.
HSL color Cylindrical-coordinate representation of color #DD0E00: hue angle of 3.8º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0E00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 14 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.13 |
| HSL | 3.8º | 1% | 0.43% | - |
| HSV(B) | 3.8º | 1% | 0.87% | - |
| XYZ | 29.98 | 15.69 | 1.45 | - |
| YUV | 74.3 | 86.08 | 232.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 0 | 0 | 0.94 | 1 | 0.13 | 3.8 | 1 | 0.43 |
| Hex | DD | E | 0 | 0 | 5E | 64 | D | 4 | 64 | 2B |
| Octal | 335 | 16 | 0 | 0 | 136 | 144 | 15 | 4 | 144 | 53 |
| Binary | 11011101 | 1110 | 0 | 0 | 1011110 | 1100100 | 1101 | 100 | 1100100 | 101011 |
Color Harmonies of #DD0E00
Complementary color
Monochromatic Colors of #DD0E00
Black with #DD0E00
Text Example
Text Example
White with #DD0E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0E00; }
p { color: rgb(221,14,0); }
H1.HeaderClassName
{
color: #DD0E00;
}
.AnyTagClassName
{
color: #DD0E00;
}
</style>
background-color css
<style>
a { background-color: #DD0E00; }
a { background-color: rgb(221,14,0); }
div.DivClassName
{
background-color: #DD0E00;
}
.BgClassName
{
background-color: #DD0E00;
}
</style>
border-color css
<style>
span { border-color: #DD0E00; }
span { border-color: rgb(221,14,0); }
td.TdClassName
{
border-color: #DD0E00;
}
.TagClassName
{
border-color: #DD0E00;
}
</style>