Shades of Free Speech Red #DB0000
Tints of Free Speech Red #DB0000
RGB
CMYK
RGB Variations
Color information
#DB0000 (or 0xDB0000) is known color: Free Speech Red. HEX triplet: DB, 00 and 00. RGB value is (219,0,0). Sum of RGB (Red+Green+Blue) = 219+0+0=219 (29% of max value = 765). Red value is 219 (85.94% from 255 or 100% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0000 is #24FFFF. Grayscale: #414141. Windows color (decimal): -2424832 or 219. OLE color: 219.
HSL color Cylindrical-coordinate representation of color #DB0000: hue angle of 0º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 0 | - |
| CMYK | 0 | 1 | 1 | 0.14 |
| HSL | 0º | 1% | 0.43% | - |
| HSV(B) | 0º | 1% | 0.86% | - |
| XYZ | 29.21 | 15.06 | 1.37 | - |
| YUV | 65.48 | 91.05 | 237.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 0 | 0 | 1 | 1 | 0.14 | 0 | 1 | 0.43 |
| Hex | DB | 0 | 0 | 0 | 64 | 64 | E | 0 | 64 | 2B |
| Octal | 333 | 0 | 0 | 0 | 144 | 144 | 16 | 0 | 144 | 53 |
| Binary | 11011011 | 0 | 0 | 0 | 1100100 | 1100100 | 1110 | 0 | 1100100 | 101011 |
Color Harmonies of #DB0000
Complementary color
Monochromatic Colors of #DB0000
Black with #DB0000
Text Example
Text Example
White with #DB0000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0000; }
p { color: rgb(219,0,0); }
H1.HeaderClassName
{
color: #DB0000;
}
.AnyTagClassName
{
color: #DB0000;
}
</style>
background-color css
<style>
a { background-color: #DB0000; }
a { background-color: rgb(219,0,0); }
div.DivClassName
{
background-color: #DB0000;
}
.BgClassName
{
background-color: #DB0000;
}
</style>
border-color css
<style>
span { border-color: #DB0000; }
span { border-color: rgb(219,0,0); }
td.TdClassName
{
border-color: #DB0000;
}
.TagClassName
{
border-color: #DB0000;
}
</style>