Shades of Free Speech Red #DD1409
Tints of Free Speech Red #DD1409
RGB
CMYK
RGB Variations
Color information
#DD1409 (or 0xDD1409) is known color: Free Speech Red. HEX triplet: DD, 14 and 09. RGB value is (221,20,9). Sum of RGB (Red+Green+Blue) = 221+20+9=250 (33% of max value = 765). Red value is 221 (86.72% from 255 or 88.4% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 9 (3.91% from 255 or 3.6% from 250); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1409 is #22EBF6. Grayscale: #4F4F4F. Windows color (decimal): -2288631 or 595165. OLE color: 595165.
HSL color Cylindrical-coordinate representation of color #DD1409: hue angle of 3.11º 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 #DD1409 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 9 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.13 |
| HSL | 3.11º | 0.92% | 0.45% | - |
| HSV(B) | 3.11º | 0.96% | 0.87% | - |
| XYZ | 30.12 | 15.89 | 1.74 | - |
| YUV | 78.85 | 88.59 | 229.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 9 | 0 | 0.91 | 0.96 | 0.13 | 3.11 | 0.92 | 0.45 |
| Hex | DD | 14 | 9 | 0 | 5B | 60 | D | 3 | 5C | 2D |
| Octal | 335 | 24 | 11 | 0 | 133 | 140 | 15 | 3 | 134 | 55 |
| Binary | 11011101 | 10100 | 1001 | 0 | 1011011 | 1100000 | 1101 | 11 | 1011100 | 101101 |
Color Harmonies of #DD1409
Complementary color
Monochromatic Colors of #DD1409
Black with #DD1409
Text Example
Text Example
White with #DD1409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1409; }
p { color: rgb(221,20,9); }
H1.HeaderClassName
{
color: #DD1409;
}
.AnyTagClassName
{
color: #DD1409;
}
</style>
background-color css
<style>
a { background-color: #DD1409; }
a { background-color: rgb(221,20,9); }
div.DivClassName
{
background-color: #DD1409;
}
.BgClassName
{
background-color: #DD1409;
}
</style>
border-color css
<style>
span { border-color: #DD1409; }
span { border-color: rgb(221,20,9); }
td.TdClassName
{
border-color: #DD1409;
}
.TagClassName
{
border-color: #DD1409;
}
</style>