Shades of Free Speech Red #DD0F0B
Tints of Free Speech Red #DD0F0B
RGB
CMYK
RGB Variations
Color information
#DD0F0B (or 0xDD0F0B) is known color: Free Speech Red. HEX triplet: DD, 0F and 0B. RGB value is (221,15,11). Sum of RGB (Red+Green+Blue) = 221+15+11=247 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.47% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F0B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0F0B is #22F0F4. Grayscale: #4C4C4C. Windows color (decimal): -2289909 or 724957. OLE color: 724957.
HSL color Cylindrical-coordinate representation of color #DD0F0B: hue angle of 1.14º 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 #DD0F0B is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 11 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.13 |
| HSL | 1.14º | 0.91% | 0.45% | - |
| HSV(B) | 1.14º | 0.95% | 0.87% | - |
| XYZ | 30.05 | 15.74 | 1.77 | - |
| YUV | 76.14 | 91.25 | 231.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 11 | 0 | 0.93 | 0.95 | 0.13 | 1.14 | 0.91 | 0.45 |
| Hex | DD | F | B | 0 | 5D | 5F | D | 1 | 5B | 2D |
| Octal | 335 | 17 | 13 | 0 | 135 | 137 | 15 | 1 | 133 | 55 |
| Binary | 11011101 | 1111 | 1011 | 0 | 1011101 | 1011111 | 1101 | 1 | 1011011 | 101101 |
Color Harmonies of #DD0F0B
Complementary color
Monochromatic Colors of #DD0F0B
Black with #DD0F0B
Text Example
Text Example
White with #DD0F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0F0B; }
p { color: rgb(221,15,11); }
H1.HeaderClassName
{
color: #DD0F0B;
}
.AnyTagClassName
{
color: #DD0F0B;
}
</style>
background-color css
<style>
a { background-color: #DD0F0B; }
a { background-color: rgb(221,15,11); }
div.DivClassName
{
background-color: #DD0F0B;
}
.BgClassName
{
background-color: #DD0F0B;
}
</style>
border-color css
<style>
span { border-color: #DD0F0B; }
span { border-color: rgb(221,15,11); }
td.TdClassName
{
border-color: #DD0F0B;
}
.TagClassName
{
border-color: #DD0F0B;
}
</style>