Shades of Free Speech Red #DD0807
Tints of Free Speech Red #DD0807
RGB
CMYK
RGB Variations
Color information
#DD0807 (or 0xDD0807) is known color: Free Speech Red. HEX triplet: DD, 08 and 07. RGB value is (221,8,7). Sum of RGB (Red+Green+Blue) = 221+8+7=236 (31% of max value = 765). Red value is 221 (86.72% from 255 or 93.64% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0807 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0807 is #22F7F8. Grayscale: #474747. Windows color (decimal): -2291705 or 461021. OLE color: 461021.
HSL color Cylindrical-coordinate representation of color #DD0807: hue angle of 0.28º 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 #DD0807 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 7 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.13 |
| HSL | 0.28º | 0.94% | 0.45% | - |
| HSV(B) | 0.28º | 0.97% | 0.87% | - |
| XYZ | 29.94 | 15.56 | 1.63 | - |
| YUV | 71.57 | 91.57 | 234.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 7 | 0 | 0.96 | 0.97 | 0.13 | 0.28 | 0.94 | 0.45 |
| Hex | DD | 8 | 7 | 0 | 60 | 61 | D | 0 | 5E | 2D |
| Octal | 335 | 10 | 7 | 0 | 140 | 141 | 15 | 0 | 136 | 55 |
| Binary | 11011101 | 1000 | 111 | 0 | 1100000 | 1100001 | 1101 | 0 | 1011110 | 101101 |
Color Harmonies of #DD0807
Complementary color
Monochromatic Colors of #DD0807
Black with #DD0807
Text Example
Text Example
White with #DD0807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0807; }
p { color: rgb(221,8,7); }
H1.HeaderClassName
{
color: #DD0807;
}
.AnyTagClassName
{
color: #DD0807;
}
</style>
background-color css
<style>
a { background-color: #DD0807; }
a { background-color: rgb(221,8,7); }
div.DivClassName
{
background-color: #DD0807;
}
.BgClassName
{
background-color: #DD0807;
}
</style>
border-color css
<style>
span { border-color: #DD0807; }
span { border-color: rgb(221,8,7); }
td.TdClassName
{
border-color: #DD0807;
}
.TagClassName
{
border-color: #DD0807;
}
</style>