Shades of Free Speech Red #DD0401
Tints of Free Speech Red #DD0401
RGB
CMYK
RGB Variations
Color information
#DD0401 (or 0xDD0401) is known color: Free Speech Red. HEX triplet: DD, 04 and 01. RGB value is (221,4,1). Sum of RGB (Red+Green+Blue) = 221+4+1=226 (29% of max value = 765). Red value is 221 (86.72% from 255 or 97.79% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0401 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0401 is #22FBFE. Grayscale: #444444. Windows color (decimal): -2292735 or 66781. OLE color: 66781.
HSL color Cylindrical-coordinate representation of color #DD0401: hue angle of 0.82º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0401 is Cyan = 0, Magento = 0.98, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 1 | - |
| CMYK | 0 | 0.98 | 1.00 | 0.13 |
| HSL | 0.82º | 0.99% | 0.44% | - |
| HSV(B) | 0.82º | 1% | 0.87% | - |
| XYZ | 29.87 | 15.46 | 1.44 | - |
| YUV | 68.54 | 89.89 | 236.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 1 | 0 | 0.98 | 1.00 | 0.13 | 0.82 | 0.99 | 0.44 |
| Hex | DD | 4 | 1 | 0 | 62 | 64 | D | 1 | 63 | 2C |
| Octal | 335 | 4 | 1 | 0 | 142 | 144 | 15 | 1 | 143 | 54 |
| Binary | 11011101 | 100 | 1 | 0 | 1100010 | 1100100 | 1101 | 1 | 1100011 | 101100 |
Color Harmonies of #DD0401
Complementary color
Monochromatic Colors of #DD0401
Black with #DD0401
Text Example
Text Example
White with #DD0401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0401; }
p { color: rgb(221,4,1); }
H1.HeaderClassName
{
color: #DD0401;
}
.AnyTagClassName
{
color: #DD0401;
}
</style>
background-color css
<style>
a { background-color: #DD0401; }
a { background-color: rgb(221,4,1); }
div.DivClassName
{
background-color: #DD0401;
}
.BgClassName
{
background-color: #DD0401;
}
</style>
border-color css
<style>
span { border-color: #DD0401; }
span { border-color: rgb(221,4,1); }
td.TdClassName
{
border-color: #DD0401;
}
.TagClassName
{
border-color: #DD0401;
}
</style>