Shades of Free Speech Red #DB0905
Tints of Free Speech Red #DB0905
RGB
CMYK
RGB Variations
Color information
#DB0905 (or 0xDB0905) is known color: Free Speech Red. HEX triplet: DB, 09 and 05. RGB value is (219,9,5). Sum of RGB (Red+Green+Blue) = 219+9+5=233 (30% of max value = 765). Red value is 219 (85.94% from 255 or 93.99% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0905 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0905 is #24F6FA. Grayscale: #474747. Windows color (decimal): -2422523 or 330203. OLE color: 330203.
HSL color Cylindrical-coordinate representation of color #DB0905: hue angle of 1.12º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB0905 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 5 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.14 |
| HSL | 1.12º | 0.96% | 0.44% | - |
| HSV(B) | 1.12º | 0.98% | 0.86% | - |
| XYZ | 29.34 | 15.27 | 1.54 | - |
| YUV | 71.33 | 90.57 | 233.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 5 | 0 | 0.96 | 0.98 | 0.14 | 1.12 | 0.96 | 0.44 |
| Hex | DB | 9 | 5 | 0 | 60 | 62 | E | 1 | 60 | 2C |
| Octal | 333 | 11 | 5 | 0 | 140 | 142 | 16 | 1 | 140 | 54 |
| Binary | 11011011 | 1001 | 101 | 0 | 1100000 | 1100010 | 1110 | 1 | 1100000 | 101100 |
Color Harmonies of #DB0905
Complementary color
Monochromatic Colors of #DB0905
Black with #DB0905
Text Example
Text Example
White with #DB0905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0905; }
p { color: rgb(219,9,5); }
H1.HeaderClassName
{
color: #DB0905;
}
.AnyTagClassName
{
color: #DB0905;
}
</style>
background-color css
<style>
a { background-color: #DB0905; }
a { background-color: rgb(219,9,5); }
div.DivClassName
{
background-color: #DB0905;
}
.BgClassName
{
background-color: #DB0905;
}
</style>
border-color css
<style>
span { border-color: #DB0905; }
span { border-color: rgb(219,9,5); }
td.TdClassName
{
border-color: #DB0905;
}
.TagClassName
{
border-color: #DB0905;
}
</style>