Shades of Free Speech Red #DD1100
Tints of Free Speech Red #DD1100
RGB
CMYK
RGB Variations
Color information
#DD1100 (or 0xDD1100) is known color: Free Speech Red. HEX triplet: DD, 11 and 00. RGB value is (221,17,0). Sum of RGB (Red+Green+Blue) = 221+17+0=238 (31% of max value = 765). Red value is 221 (86.72% from 255 or 92.86% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1100 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1100 is #22EEFF. Grayscale: #4C4C4C. Windows color (decimal): -2289408 or 4573. OLE color: 4573.
HSL color Cylindrical-coordinate representation of color #DD1100: hue angle of 4.62º 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 #DD1100 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.13 |
| HSL | 4.62º | 1% | 0.43% | - |
| HSV(B) | 4.62º | 1% | 0.87% | - |
| XYZ | 30.02 | 15.77 | 1.46 | - |
| YUV | 76.06 | 85.09 | 231.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 0 | 0 | 0.92 | 1 | 0.13 | 4.62 | 1 | 0.43 |
| Hex | DD | 11 | 0 | 0 | 5C | 64 | D | 5 | 64 | 2B |
| Octal | 335 | 21 | 0 | 0 | 134 | 144 | 15 | 5 | 144 | 53 |
| Binary | 11011101 | 10001 | 0 | 0 | 1011100 | 1100100 | 1101 | 101 | 1100100 | 101011 |
Color Harmonies of #DD1100
Complementary color
Monochromatic Colors of #DD1100
Black with #DD1100
Text Example
Text Example
White with #DD1100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1100; }
p { color: rgb(221,17,0); }
H1.HeaderClassName
{
color: #DD1100;
}
.AnyTagClassName
{
color: #DD1100;
}
</style>
background-color css
<style>
a { background-color: #DD1100; }
a { background-color: rgb(221,17,0); }
div.DivClassName
{
background-color: #DD1100;
}
.BgClassName
{
background-color: #DD1100;
}
</style>
border-color css
<style>
span { border-color: #DD1100; }
span { border-color: rgb(221,17,0); }
td.TdClassName
{
border-color: #DD1100;
}
.TagClassName
{
border-color: #DD1100;
}
</style>