Shades of Free Speech Red #DD0900
Tints of Free Speech Red #DD0900
RGB
CMYK
RGB Variations
Color information
#DD0900 (or 0xDD0900) is known color: Free Speech Red. HEX triplet: DD, 09 and 00. RGB value is (221,9,0). Sum of RGB (Red+Green+Blue) = 221+9+0=230 (30% of max value = 765). Red value is 221 (86.72% from 255 or 96.09% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0900 is #22F6FF. Grayscale: #474747. Windows color (decimal): -2291456 or 2525. OLE color: 2525.
HSL color Cylindrical-coordinate representation of color #DD0900: hue angle of 2.44º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0900 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.13 |
| HSL | 2.44º | 1% | 0.43% | - |
| HSV(B) | 2.44º | 1% | 0.87% | - |
| XYZ | 29.92 | 15.57 | 1.43 | - |
| YUV | 71.36 | 87.74 | 234.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 0 | 0 | 0.96 | 1 | 0.13 | 2.44 | 1 | 0.43 |
| Hex | DD | 9 | 0 | 0 | 60 | 64 | D | 2 | 64 | 2B |
| Octal | 335 | 11 | 0 | 0 | 140 | 144 | 15 | 2 | 144 | 53 |
| Binary | 11011101 | 1001 | 0 | 0 | 1100000 | 1100100 | 1101 | 10 | 1100100 | 101011 |
Color Harmonies of #DD0900
Complementary color
Monochromatic Colors of #DD0900
Black with #DD0900
Text Example
Text Example
White with #DD0900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0900; }
p { color: rgb(221,9,0); }
H1.HeaderClassName
{
color: #DD0900;
}
.AnyTagClassName
{
color: #DD0900;
}
</style>
background-color css
<style>
a { background-color: #DD0900; }
a { background-color: rgb(221,9,0); }
div.DivClassName
{
background-color: #DD0900;
}
.BgClassName
{
background-color: #DD0900;
}
</style>
border-color css
<style>
span { border-color: #DD0900; }
span { border-color: rgb(221,9,0); }
td.TdClassName
{
border-color: #DD0900;
}
.TagClassName
{
border-color: #DD0900;
}
</style>