Shades of Free Speech Red #DD1207
Tints of Free Speech Red #DD1207
RGB
CMYK
RGB Variations
Color information
#DD1207 (or 0xDD1207) is known color: Free Speech Red. HEX triplet: DD, 12 and 07. RGB value is (221,18,7). Sum of RGB (Red+Green+Blue) = 221+18+7=246 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.84% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1207 is #22EDF8. Grayscale: #4D4D4D. Windows color (decimal): -2289145 or 463581. OLE color: 463581.
HSL color Cylindrical-coordinate representation of color #DD1207: hue angle of 3.08º 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 #DD1207 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 7 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.13 |
| HSL | 3.08º | 0.94% | 0.45% | - |
| HSV(B) | 3.08º | 0.97% | 0.87% | - |
| XYZ | 30.07 | 15.82 | 1.67 | - |
| YUV | 77.44 | 88.25 | 230.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 7 | 0 | 0.92 | 0.97 | 0.13 | 3.08 | 0.94 | 0.45 |
| Hex | DD | 12 | 7 | 0 | 5C | 61 | D | 3 | 5E | 2D |
| Octal | 335 | 22 | 7 | 0 | 134 | 141 | 15 | 3 | 136 | 55 |
| Binary | 11011101 | 10010 | 111 | 0 | 1011100 | 1100001 | 1101 | 11 | 1011110 | 101101 |
Color Harmonies of #DD1207
Complementary color
Monochromatic Colors of #DD1207
Black with #DD1207
Text Example
Text Example
White with #DD1207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1207; }
p { color: rgb(221,18,7); }
H1.HeaderClassName
{
color: #DD1207;
}
.AnyTagClassName
{
color: #DD1207;
}
</style>
background-color css
<style>
a { background-color: #DD1207; }
a { background-color: rgb(221,18,7); }
div.DivClassName
{
background-color: #DD1207;
}
.BgClassName
{
background-color: #DD1207;
}
</style>
border-color css
<style>
span { border-color: #DD1207; }
span { border-color: rgb(221,18,7); }
td.TdClassName
{
border-color: #DD1207;
}
.TagClassName
{
border-color: #DD1207;
}
</style>