Shades of Free Speech Red #DD1608
Tints of Free Speech Red #DD1608
RGB
CMYK
RGB Variations
Color information
#DD1608 (or 0xDD1608) is known color: Free Speech Red. HEX triplet: DD, 16 and 08. RGB value is (221,22,8). Sum of RGB (Red+Green+Blue) = 221+22+8=251 (33% of max value = 765). Red value is 221 (86.72% from 255 or 88.05% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1608 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1608 is #22E9F7. Grayscale: #505050. Windows color (decimal): -2288120 or 530141. OLE color: 530141.
HSL color Cylindrical-coordinate representation of color #DD1608: hue angle of 3.94º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD1608 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 8 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.13 |
| HSL | 3.94º | 0.93% | 0.45% | - |
| HSV(B) | 3.94º | 0.96% | 0.87% | - |
| XYZ | 30.15 | 15.96 | 1.72 | - |
| YUV | 79.91 | 87.43 | 228.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 8 | 0 | 0.90 | 0.96 | 0.13 | 3.94 | 0.93 | 0.45 |
| Hex | DD | 16 | 8 | 0 | 5A | 60 | D | 4 | 5D | 2D |
| Octal | 335 | 26 | 10 | 0 | 132 | 140 | 15 | 4 | 135 | 55 |
| Binary | 11011101 | 10110 | 1000 | 0 | 1011010 | 1100000 | 1101 | 100 | 1011101 | 101101 |
Color Harmonies of #DD1608
Complementary color
Monochromatic Colors of #DD1608
Black with #DD1608
Text Example
Text Example
White with #DD1608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1608; }
p { color: rgb(221,22,8); }
H1.HeaderClassName
{
color: #DD1608;
}
.AnyTagClassName
{
color: #DD1608;
}
</style>
background-color css
<style>
a { background-color: #DD1608; }
a { background-color: rgb(221,22,8); }
div.DivClassName
{
background-color: #DD1608;
}
.BgClassName
{
background-color: #DD1608;
}
</style>
border-color css
<style>
span { border-color: #DD1608; }
span { border-color: rgb(221,22,8); }
td.TdClassName
{
border-color: #DD1608;
}
.TagClassName
{
border-color: #DD1608;
}
</style>