Shades of Free Speech Red #DD1200
Tints of Free Speech Red #DD1200
RGB
CMYK
RGB Variations
Color information
#DD1200 (or 0xDD1200) is known color: Free Speech Red. HEX triplet: DD, 12 and 00. RGB value is (221,18,0). Sum of RGB (Red+Green+Blue) = 221+18+0=239 (31% of max value = 765). Red value is 221 (86.72% from 255 or 92.47% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1200 is #22EDFF. Grayscale: #4C4C4C. Windows color (decimal): -2289152 or 4829. OLE color: 4829.
HSL color Cylindrical-coordinate representation of color #DD1200: hue angle of 4.89º 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 #DD1200 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.13 |
| HSL | 4.89º | 1% | 0.43% | - |
| HSV(B) | 4.89º | 1% | 0.87% | - |
| XYZ | 30.04 | 15.8 | 1.47 | - |
| YUV | 76.65 | 84.75 | 230.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 0 | 0 | 0.92 | 1 | 0.13 | 4.89 | 1 | 0.43 |
| Hex | DD | 12 | 0 | 0 | 5C | 64 | D | 5 | 64 | 2B |
| Octal | 335 | 22 | 0 | 0 | 134 | 144 | 15 | 5 | 144 | 53 |
| Binary | 11011101 | 10010 | 0 | 0 | 1011100 | 1100100 | 1101 | 101 | 1100100 | 101011 |
Color Harmonies of #DD1200
Complementary color
Monochromatic Colors of #DD1200
Black with #DD1200
Text Example
Text Example
White with #DD1200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1200; }
p { color: rgb(221,18,0); }
H1.HeaderClassName
{
color: #DD1200;
}
.AnyTagClassName
{
color: #DD1200;
}
</style>
background-color css
<style>
a { background-color: #DD1200; }
a { background-color: rgb(221,18,0); }
div.DivClassName
{
background-color: #DD1200;
}
.BgClassName
{
background-color: #DD1200;
}
</style>
border-color css
<style>
span { border-color: #DD1200; }
span { border-color: rgb(221,18,0); }
td.TdClassName
{
border-color: #DD1200;
}
.TagClassName
{
border-color: #DD1200;
}
</style>