Shades of Free Speech Red #DD0404
Tints of Free Speech Red #DD0404
RGB
CMYK
RGB Variations
Color information
#DD0404 (or 0xDD0404) is known color: Free Speech Red. HEX triplet: DD, 04 and 04. RGB value is (221,4,4). Sum of RGB (Red+Green+Blue) = 221+4+4=229 (30% of max value = 765). Red value is 221 (86.72% from 255 or 96.51% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0404 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0404 is #22FBFB. Grayscale: #454545. Windows color (decimal): -2292732 or 263389. OLE color: 263389.
HSL color Cylindrical-coordinate representation of color #DD0404: hue angle of 0º 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 #DD0404 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 4 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.13 |
| HSL | 0º | 0.96% | 0.44% | - |
| HSV(B) | 0º | 0.98% | 0.87% | - |
| XYZ | 29.88 | 15.47 | 1.53 | - |
| YUV | 68.88 | 91.39 | 236.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 4 | 0 | 0.98 | 0.98 | 0.13 | 0 | 0.96 | 0.44 |
| Hex | DD | 4 | 4 | 0 | 62 | 62 | D | 0 | 60 | 2C |
| Octal | 335 | 4 | 4 | 0 | 142 | 142 | 15 | 0 | 140 | 54 |
| Binary | 11011101 | 100 | 100 | 0 | 1100010 | 1100010 | 1101 | 0 | 1100000 | 101100 |
Color Harmonies of #DD0404
Complementary color
Monochromatic Colors of #DD0404
Black with #DD0404
Text Example
Text Example
White with #DD0404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0404; }
p { color: rgb(221,4,4); }
H1.HeaderClassName
{
color: #DD0404;
}
.AnyTagClassName
{
color: #DD0404;
}
</style>
background-color css
<style>
a { background-color: #DD0404; }
a { background-color: rgb(221,4,4); }
div.DivClassName
{
background-color: #DD0404;
}
.BgClassName
{
background-color: #DD0404;
}
</style>
border-color css
<style>
span { border-color: #DD0404; }
span { border-color: rgb(221,4,4); }
td.TdClassName
{
border-color: #DD0404;
}
.TagClassName
{
border-color: #DD0404;
}
</style>