Shades of Free Speech Red #DD1007
Tints of Free Speech Red #DD1007
RGB
CMYK
RGB Variations
Color information
#DD1007 (or 0xDD1007) is known color: Free Speech Red. HEX triplet: DD, 10 and 07. RGB value is (221,16,7). Sum of RGB (Red+Green+Blue) = 221+16+7=244 (32% of max value = 765). Red value is 221 (86.72% from 255 or 90.57% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 7 (3.12% from 255 or 2.87% from 244); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1007 is #22EFF8. Grayscale: #4C4C4C. Windows color (decimal): -2289657 or 463069. OLE color: 463069.
HSL color Cylindrical-coordinate representation of color #DD1007: hue angle of 2.52º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD1007 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 7 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.13 |
| HSL | 2.52º | 0.94% | 0.45% | - |
| HSV(B) | 2.52º | 0.97% | 0.87% | - |
| XYZ | 30.04 | 15.76 | 1.66 | - |
| YUV | 76.27 | 88.92 | 231.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 7 | 0 | 0.93 | 0.97 | 0.13 | 2.52 | 0.94 | 0.45 |
| Hex | DD | 10 | 7 | 0 | 5D | 61 | D | 3 | 5E | 2D |
| Octal | 335 | 20 | 7 | 0 | 135 | 141 | 15 | 3 | 136 | 55 |
| Binary | 11011101 | 10000 | 111 | 0 | 1011101 | 1100001 | 1101 | 11 | 1011110 | 101101 |
Color Harmonies of #DD1007
Complementary color
Monochromatic Colors of #DD1007
Black with #DD1007
Text Example
Text Example
White with #DD1007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1007; }
p { color: rgb(221,16,7); }
H1.HeaderClassName
{
color: #DD1007;
}
.AnyTagClassName
{
color: #DD1007;
}
</style>
background-color css
<style>
a { background-color: #DD1007; }
a { background-color: rgb(221,16,7); }
div.DivClassName
{
background-color: #DD1007;
}
.BgClassName
{
background-color: #DD1007;
}
</style>
border-color css
<style>
span { border-color: #DD1007; }
span { border-color: rgb(221,16,7); }
td.TdClassName
{
border-color: #DD1007;
}
.TagClassName
{
border-color: #DD1007;
}
</style>