Shades of Free Speech Red #DB0D09
Tints of Free Speech Red #DB0D09
RGB
CMYK
RGB Variations
Color information
#DB0D09 (or 0xDB0D09) is known color: Free Speech Red. HEX triplet: DB, 0D and 09. RGB value is (219,13,9). Sum of RGB (Red+Green+Blue) = 219+13+9=241 (31% of max value = 765). Red value is 219 (85.94% from 255 or 90.87% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0D09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0D09 is #24F2F6. Grayscale: #4A4A4A. Windows color (decimal): -2421495 or 593371. OLE color: 593371.
HSL color Cylindrical-coordinate representation of color #DB0D09: hue angle of 1.14º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB0D09 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 13 | 9 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.14 |
| HSL | 1.14º | 0.92% | 0.45% | - |
| HSV(B) | 1.14º | 0.96% | 0.86% | - |
| XYZ | 29.41 | 15.37 | 1.67 | - |
| YUV | 74.14 | 91.25 | 231.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 9 | 0 | 0.94 | 0.96 | 0.14 | 1.14 | 0.92 | 0.45 |
| Hex | DB | D | 9 | 0 | 5E | 60 | E | 1 | 5C | 2D |
| Octal | 333 | 15 | 11 | 0 | 136 | 140 | 16 | 1 | 134 | 55 |
| Binary | 11011011 | 1101 | 1001 | 0 | 1011110 | 1100000 | 1110 | 1 | 1011100 | 101101 |
Color Harmonies of #DB0D09
Complementary color
Monochromatic Colors of #DB0D09
Black with #DB0D09
Text Example
Text Example
White with #DB0D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0D09; }
p { color: rgb(219,13,9); }
H1.HeaderClassName
{
color: #DB0D09;
}
.AnyTagClassName
{
color: #DB0D09;
}
</style>
background-color css
<style>
a { background-color: #DB0D09; }
a { background-color: rgb(219,13,9); }
div.DivClassName
{
background-color: #DB0D09;
}
.BgClassName
{
background-color: #DB0D09;
}
</style>
border-color css
<style>
span { border-color: #DB0D09; }
span { border-color: rgb(219,13,9); }
td.TdClassName
{
border-color: #DB0D09;
}
.TagClassName
{
border-color: #DB0D09;
}
</style>