Shades of Free Speech Red #DD1609
Tints of Free Speech Red #DD1609
RGB
CMYK
RGB Variations
Color information
#DD1609 (or 0xDD1609) is known color: Free Speech Red. HEX triplet: DD, 16 and 09. RGB value is (221,22,9). Sum of RGB (Red+Green+Blue) = 221+22+9=252 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.70% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1609 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1609 is #22E9F6. Grayscale: #505050. Windows color (decimal): -2288119 or 595677. OLE color: 595677.
HSL color Cylindrical-coordinate representation of color #DD1609: hue angle of 3.68º 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 #DD1609 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 9 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.13 |
| HSL | 3.68º | 0.92% | 0.45% | - |
| HSV(B) | 3.68º | 0.96% | 0.87% | - |
| XYZ | 30.16 | 15.97 | 1.75 | - |
| YUV | 80.02 | 87.93 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 9 | 0 | 0.90 | 0.96 | 0.13 | 3.68 | 0.92 | 0.45 |
| Hex | DD | 16 | 9 | 0 | 5A | 60 | D | 4 | 5C | 2D |
| Octal | 335 | 26 | 11 | 0 | 132 | 140 | 15 | 4 | 134 | 55 |
| Binary | 11011101 | 10110 | 1001 | 0 | 1011010 | 1100000 | 1101 | 100 | 1011100 | 101101 |
Color Harmonies of #DD1609
Complementary color
Monochromatic Colors of #DD1609
Black with #DD1609
Text Example
Text Example
White with #DD1609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1609; }
p { color: rgb(221,22,9); }
H1.HeaderClassName
{
color: #DD1609;
}
.AnyTagClassName
{
color: #DD1609;
}
</style>
background-color css
<style>
a { background-color: #DD1609; }
a { background-color: rgb(221,22,9); }
div.DivClassName
{
background-color: #DD1609;
}
.BgClassName
{
background-color: #DD1609;
}
</style>
border-color css
<style>
span { border-color: #DD1609; }
span { border-color: rgb(221,22,9); }
td.TdClassName
{
border-color: #DD1609;
}
.TagClassName
{
border-color: #DD1609;
}
</style>