Shades of Free Speech Red #DD0901
Tints of Free Speech Red #DD0901
RGB
CMYK
RGB Variations
Color information
#DD0901 (or 0xDD0901) is known color: Free Speech Red. HEX triplet: DD, 09 and 01. RGB value is (221,9,1). Sum of RGB (Red+Green+Blue) = 221+9+1=231 (30% of max value = 765). Red value is 221 (86.72% from 255 or 95.67% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0901 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0901 is #22F6FE. Grayscale: #474747. Windows color (decimal): -2291455 or 68061. OLE color: 68061.
HSL color Cylindrical-coordinate representation of color #DD0901: hue angle of 2.18º 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 #DD0901 is Cyan = 0, Magento = 0.96, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 1 | - |
| CMYK | 0 | 0.96 | 1.00 | 0.13 |
| HSL | 2.18º | 0.99% | 0.44% | - |
| HSV(B) | 2.18º | 1% | 0.87% | - |
| XYZ | 29.92 | 15.57 | 1.46 | - |
| YUV | 71.48 | 88.24 | 234.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 1 | 0 | 0.96 | 1.00 | 0.13 | 2.18 | 0.99 | 0.44 |
| Hex | DD | 9 | 1 | 0 | 60 | 64 | D | 2 | 63 | 2C |
| Octal | 335 | 11 | 1 | 0 | 140 | 144 | 15 | 2 | 143 | 54 |
| Binary | 11011101 | 1001 | 1 | 0 | 1100000 | 1100100 | 1101 | 10 | 1100011 | 101100 |
Color Harmonies of #DD0901
Complementary color
Monochromatic Colors of #DD0901
Black with #DD0901
Text Example
Text Example
White with #DD0901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0901; }
p { color: rgb(221,9,1); }
H1.HeaderClassName
{
color: #DD0901;
}
.AnyTagClassName
{
color: #DD0901;
}
</style>
background-color css
<style>
a { background-color: #DD0901; }
a { background-color: rgb(221,9,1); }
div.DivClassName
{
background-color: #DD0901;
}
.BgClassName
{
background-color: #DD0901;
}
</style>
border-color css
<style>
span { border-color: #DD0901; }
span { border-color: rgb(221,9,1); }
td.TdClassName
{
border-color: #DD0901;
}
.TagClassName
{
border-color: #DD0901;
}
</style>