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