Shades of Free Speech Red #DD0A09
Tints of Free Speech Red #DD0A09
RGB
CMYK
RGB Variations
Color information
#DD0A09 (or 0xDD0A09) is known color: Free Speech Red. HEX triplet: DD, 0A and 09. RGB value is (221,10,9). Sum of RGB (Red+Green+Blue) = 221+10+9=240 (31% of max value = 765). Red value is 221 (86.72% from 255 or 92.08% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0A09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0A09 is #22F5F6. Grayscale: #494949. Windows color (decimal): -2291191 or 592605. OLE color: 592605.
HSL color Cylindrical-coordinate representation of color #DD0A09: hue angle of 0.28º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0A09 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 10 | 9 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.13 |
| HSL | 0.28º | 0.92% | 0.45% | - |
| HSV(B) | 0.28º | 0.96% | 0.87% | - |
| XYZ | 29.98 | 15.61 | 1.69 | - |
| YUV | 72.98 | 91.9 | 233.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 10 | 9 | 0 | 0.95 | 0.96 | 0.13 | 0.28 | 0.92 | 0.45 |
| Hex | DD | A | 9 | 0 | 5F | 60 | D | 0 | 5C | 2D |
| Octal | 335 | 12 | 11 | 0 | 137 | 140 | 15 | 0 | 134 | 55 |
| Binary | 11011101 | 1010 | 1001 | 0 | 1011111 | 1100000 | 1101 | 0 | 1011100 | 101101 |
Color Harmonies of #DD0A09
Complementary color
Monochromatic Colors of #DD0A09
Black with #DD0A09
Text Example
Text Example
White with #DD0A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0A09; }
p { color: rgb(221,10,9); }
H1.HeaderClassName
{
color: #DD0A09;
}
.AnyTagClassName
{
color: #DD0A09;
}
</style>
background-color css
<style>
a { background-color: #DD0A09; }
a { background-color: rgb(221,10,9); }
div.DivClassName
{
background-color: #DD0A09;
}
.BgClassName
{
background-color: #DD0A09;
}
</style>
border-color css
<style>
span { border-color: #DD0A09; }
span { border-color: rgb(221,10,9); }
td.TdClassName
{
border-color: #DD0A09;
}
.TagClassName
{
border-color: #DD0A09;
}
</style>