Shades of Free Speech Red #DD1107
Tints of Free Speech Red #DD1107
RGB
CMYK
RGB Variations
Color information
#DD1107 (or 0xDD1107) is known color: Free Speech Red. HEX triplet: DD, 11 and 07. RGB value is (221,17,7). Sum of RGB (Red+Green+Blue) = 221+17+7=245 (32% of max value = 765). Red value is 221 (86.72% from 255 or 90.20% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1107 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1107 is #22EEF8. Grayscale: #4D4D4D. Windows color (decimal): -2289401 or 463325. OLE color: 463325.
HSL color Cylindrical-coordinate representation of color #DD1107: hue angle of 2.8º 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 #DD1107 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 7 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.13 |
| HSL | 2.8º | 0.94% | 0.45% | - |
| HSV(B) | 2.8º | 0.97% | 0.87% | - |
| XYZ | 30.06 | 15.79 | 1.66 | - |
| YUV | 76.86 | 88.59 | 230.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 7 | 0 | 0.92 | 0.97 | 0.13 | 2.8 | 0.94 | 0.45 |
| Hex | DD | 11 | 7 | 0 | 5C | 61 | D | 3 | 5E | 2D |
| Octal | 335 | 21 | 7 | 0 | 134 | 141 | 15 | 3 | 136 | 55 |
| Binary | 11011101 | 10001 | 111 | 0 | 1011100 | 1100001 | 1101 | 11 | 1011110 | 101101 |
Color Harmonies of #DD1107
Complementary color
Monochromatic Colors of #DD1107
Black with #DD1107
Text Example
Text Example
White with #DD1107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1107; }
p { color: rgb(221,17,7); }
H1.HeaderClassName
{
color: #DD1107;
}
.AnyTagClassName
{
color: #DD1107;
}
</style>
background-color css
<style>
a { background-color: #DD1107; }
a { background-color: rgb(221,17,7); }
div.DivClassName
{
background-color: #DD1107;
}
.BgClassName
{
background-color: #DD1107;
}
</style>
border-color css
<style>
span { border-color: #DD1107; }
span { border-color: rgb(221,17,7); }
td.TdClassName
{
border-color: #DD1107;
}
.TagClassName
{
border-color: #DD1107;
}
</style>