Shades of Free Speech Red #DB0908
Tints of Free Speech Red #DB0908
RGB
CMYK
RGB Variations
Color information
#DB0908 (or 0xDB0908) is known color: Free Speech Red. HEX triplet: DB, 09 and 08. RGB value is (219,9,8). Sum of RGB (Red+Green+Blue) = 219+9+8=236 (31% of max value = 765). Red value is 219 (85.94% from 255 or 92.80% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0908 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0908 is #24F6F7. Grayscale: #474747. Windows color (decimal): -2422520 or 526811. OLE color: 526811.
HSL color Cylindrical-coordinate representation of color #DB0908: hue angle of 0.28º degrees, saturation: 0.93, 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 #DB0908 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 8 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.14 |
| HSL | 0.28º | 0.93% | 0.45% | - |
| HSV(B) | 0.28º | 0.96% | 0.86% | - |
| XYZ | 29.35 | 15.27 | 1.63 | - |
| YUV | 71.68 | 92.07 | 233.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 8 | 0 | 0.96 | 0.96 | 0.14 | 0.28 | 0.93 | 0.45 |
| Hex | DB | 9 | 8 | 0 | 60 | 60 | E | 0 | 5D | 2D |
| Octal | 333 | 11 | 10 | 0 | 140 | 140 | 16 | 0 | 135 | 55 |
| Binary | 11011011 | 1001 | 1000 | 0 | 1100000 | 1100000 | 1110 | 0 | 1011101 | 101101 |
Color Harmonies of #DB0908
Complementary color
Monochromatic Colors of #DB0908
Black with #DB0908
Text Example
Text Example
White with #DB0908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0908; }
p { color: rgb(219,9,8); }
H1.HeaderClassName
{
color: #DB0908;
}
.AnyTagClassName
{
color: #DB0908;
}
</style>
background-color css
<style>
a { background-color: #DB0908; }
a { background-color: rgb(219,9,8); }
div.DivClassName
{
background-color: #DB0908;
}
.BgClassName
{
background-color: #DB0908;
}
</style>
border-color css
<style>
span { border-color: #DB0908; }
span { border-color: rgb(219,9,8); }
td.TdClassName
{
border-color: #DB0908;
}
.TagClassName
{
border-color: #DB0908;
}
</style>