Shades of Free Speech Red #DB1009
Tints of Free Speech Red #DB1009
RGB
CMYK
RGB Variations
Color information
#DB1009 (or 0xDB1009) is known color: Free Speech Red. HEX triplet: DB, 10 and 09. RGB value is (219,16,9). Sum of RGB (Red+Green+Blue) = 219+16+9=244 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.75% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1009 is #24EFF6. Grayscale: #4C4C4C. Windows color (decimal): -2420727 or 594139. OLE color: 594139.
HSL color Cylindrical-coordinate representation of color #DB1009: hue angle of 2º 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 #DB1009 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 9 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.14 |
| HSL | 2º | 0.92% | 0.45% | - |
| HSV(B) | 2º | 0.96% | 0.86% | - |
| XYZ | 29.45 | 15.45 | 1.69 | - |
| YUV | 75.9 | 90.25 | 230.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 9 | 0 | 0.93 | 0.96 | 0.14 | 2 | 0.92 | 0.45 |
| Hex | DB | 10 | 9 | 0 | 5D | 60 | E | 2 | 5C | 2D |
| Octal | 333 | 20 | 11 | 0 | 135 | 140 | 16 | 2 | 134 | 55 |
| Binary | 11011011 | 10000 | 1001 | 0 | 1011101 | 1100000 | 1110 | 10 | 1011100 | 101101 |
Color Harmonies of #DB1009
Complementary color
Monochromatic Colors of #DB1009
Black with #DB1009
Text Example
Text Example
White with #DB1009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1009; }
p { color: rgb(219,16,9); }
H1.HeaderClassName
{
color: #DB1009;
}
.AnyTagClassName
{
color: #DB1009;
}
</style>
background-color css
<style>
a { background-color: #DB1009; }
a { background-color: rgb(219,16,9); }
div.DivClassName
{
background-color: #DB1009;
}
.BgClassName
{
background-color: #DB1009;
}
</style>
border-color css
<style>
span { border-color: #DB1009; }
span { border-color: rgb(219,16,9); }
td.TdClassName
{
border-color: #DB1009;
}
.TagClassName
{
border-color: #DB1009;
}
</style>