Shades of Free Speech Red #DD0805
Tints of Free Speech Red #DD0805
RGB
CMYK
RGB Variations
Color information
#DD0805 (or 0xDD0805) is known color: Free Speech Red. HEX triplet: DD, 08 and 05. RGB value is (221,8,5). Sum of RGB (Red+Green+Blue) = 221+8+5=234 (30% of max value = 765). Red value is 221 (86.72% from 255 or 94.44% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0805 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0805 is #22F7FA. Grayscale: #474747. Windows color (decimal): -2291707 or 329949. OLE color: 329949.
HSL color Cylindrical-coordinate representation of color #DD0805: hue angle of 0.83º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD0805 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 5 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.13 |
| HSL | 0.83º | 0.96% | 0.44% | - |
| HSV(B) | 0.83º | 0.98% | 0.87% | - |
| XYZ | 29.93 | 15.56 | 1.57 | - |
| YUV | 71.35 | 90.57 | 234.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 5 | 0 | 0.96 | 0.98 | 0.13 | 0.83 | 0.96 | 0.44 |
| Hex | DD | 8 | 5 | 0 | 60 | 62 | D | 1 | 60 | 2C |
| Octal | 335 | 10 | 5 | 0 | 140 | 142 | 15 | 1 | 140 | 54 |
| Binary | 11011101 | 1000 | 101 | 0 | 1100000 | 1100010 | 1101 | 1 | 1100000 | 101100 |
Color Harmonies of #DD0805
Complementary color
Monochromatic Colors of #DD0805
Black with #DD0805
Text Example
Text Example
White with #DD0805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0805; }
p { color: rgb(221,8,5); }
H1.HeaderClassName
{
color: #DD0805;
}
.AnyTagClassName
{
color: #DD0805;
}
</style>
background-color css
<style>
a { background-color: #DD0805; }
a { background-color: rgb(221,8,5); }
div.DivClassName
{
background-color: #DD0805;
}
.BgClassName
{
background-color: #DD0805;
}
</style>
border-color css
<style>
span { border-color: #DD0805; }
span { border-color: rgb(221,8,5); }
td.TdClassName
{
border-color: #DD0805;
}
.TagClassName
{
border-color: #DD0805;
}
</style>