Shades of Free Speech Red #DD0903
Tints of Free Speech Red #DD0903
RGB
CMYK
RGB Variations
Color information
#DD0903 (or 0xDD0903) is known color: Free Speech Red. HEX triplet: DD, 09 and 03. RGB value is (221,9,3). Sum of RGB (Red+Green+Blue) = 221+9+3=233 (30% of max value = 765). Red value is 221 (86.72% from 255 or 94.85% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0903 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0903 is #22F6FC. Grayscale: #474747. Windows color (decimal): -2291453 or 199133. OLE color: 199133.
HSL color Cylindrical-coordinate representation of color #DD0903: hue angle of 1.65º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD0903 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 3 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.13 |
| HSL | 1.65º | 0.97% | 0.44% | - |
| HSV(B) | 1.65º | 0.99% | 0.87% | - |
| XYZ | 29.93 | 15.57 | 1.51 | - |
| YUV | 71.7 | 89.24 | 234.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 3 | 0 | 0.96 | 0.99 | 0.13 | 1.65 | 0.97 | 0.44 |
| Hex | DD | 9 | 3 | 0 | 60 | 63 | D | 2 | 61 | 2C |
| Octal | 335 | 11 | 3 | 0 | 140 | 143 | 15 | 2 | 141 | 54 |
| Binary | 11011101 | 1001 | 11 | 0 | 1100000 | 1100011 | 1101 | 10 | 1100001 | 101100 |
Color Harmonies of #DD0903
Complementary color
Monochromatic Colors of #DD0903
Black with #DD0903
Text Example
Text Example
White with #DD0903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0903; }
p { color: rgb(221,9,3); }
H1.HeaderClassName
{
color: #DD0903;
}
.AnyTagClassName
{
color: #DD0903;
}
</style>
background-color css
<style>
a { background-color: #DD0903; }
a { background-color: rgb(221,9,3); }
div.DivClassName
{
background-color: #DD0903;
}
.BgClassName
{
background-color: #DD0903;
}
</style>
border-color css
<style>
span { border-color: #DD0903; }
span { border-color: rgb(221,9,3); }
td.TdClassName
{
border-color: #DD0903;
}
.TagClassName
{
border-color: #DD0903;
}
</style>