Shades of Free Speech Red #DB0E08
Tints of Free Speech Red #DB0E08
RGB
CMYK
RGB Variations
Color information
#DB0E08 (or 0xDB0E08) is known color: Free Speech Red. HEX triplet: DB, 0E and 08. RGB value is (219,14,8). Sum of RGB (Red+Green+Blue) = 219+14+8=241 (31% of max value = 765). Red value is 219 (85.94% from 255 or 90.87% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0E08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0E08 is #24F1F7. Grayscale: #4A4A4A. Windows color (decimal): -2421240 or 528091. OLE color: 528091.
HSL color Cylindrical-coordinate representation of color #DB0E08: hue angle of 1.71º 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 #DB0E08 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 8 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.14 |
| HSL | 1.71º | 0.93% | 0.45% | - |
| HSV(B) | 1.71º | 0.96% | 0.86% | - |
| XYZ | 29.41 | 15.39 | 1.65 | - |
| YUV | 74.61 | 90.42 | 230.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 8 | 0 | 0.94 | 0.96 | 0.14 | 1.71 | 0.93 | 0.45 |
| Hex | DB | E | 8 | 0 | 5E | 60 | E | 2 | 5D | 2D |
| Octal | 333 | 16 | 10 | 0 | 136 | 140 | 16 | 2 | 135 | 55 |
| Binary | 11011011 | 1110 | 1000 | 0 | 1011110 | 1100000 | 1110 | 10 | 1011101 | 101101 |
Color Harmonies of #DB0E08
Complementary color
Monochromatic Colors of #DB0E08
Black with #DB0E08
Text Example
Text Example
White with #DB0E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0E08; }
p { color: rgb(219,14,8); }
H1.HeaderClassName
{
color: #DB0E08;
}
.AnyTagClassName
{
color: #DB0E08;
}
</style>
background-color css
<style>
a { background-color: #DB0E08; }
a { background-color: rgb(219,14,8); }
div.DivClassName
{
background-color: #DB0E08;
}
.BgClassName
{
background-color: #DB0E08;
}
</style>
border-color css
<style>
span { border-color: #DB0E08; }
span { border-color: rgb(219,14,8); }
td.TdClassName
{
border-color: #DB0E08;
}
.TagClassName
{
border-color: #DB0E08;
}
</style>