Shades of Free Speech Red #DB0D05
Tints of Free Speech Red #DB0D05
RGB
CMYK
RGB Variations
Color information
#DB0D05 (or 0xDB0D05) is known color: Free Speech Red. HEX triplet: DB, 0D and 05. RGB value is (219,13,5). Sum of RGB (Red+Green+Blue) = 219+13+5=237 (31% of max value = 765). Red value is 219 (85.94% from 255 or 92.41% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0D05 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0D05 is #24F2FA. Grayscale: #494949. Windows color (decimal): -2421499 or 331227. OLE color: 331227.
HSL color Cylindrical-coordinate representation of color #DB0D05: hue angle of 2.24º 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 #DB0D05 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 13 | 5 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.14 |
| HSL | 2.24º | 0.96% | 0.44% | - |
| HSV(B) | 2.24º | 0.98% | 0.86% | - |
| XYZ | 29.38 | 15.36 | 1.56 | - |
| YUV | 73.68 | 89.25 | 231.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 5 | 0 | 0.94 | 0.98 | 0.14 | 2.24 | 0.96 | 0.44 |
| Hex | DB | D | 5 | 0 | 5E | 62 | E | 2 | 60 | 2C |
| Octal | 333 | 15 | 5 | 0 | 136 | 142 | 16 | 2 | 140 | 54 |
| Binary | 11011011 | 1101 | 101 | 0 | 1011110 | 1100010 | 1110 | 10 | 1100000 | 101100 |
Color Harmonies of #DB0D05
Complementary color
Monochromatic Colors of #DB0D05
Black with #DB0D05
Text Example
Text Example
White with #DB0D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0D05; }
p { color: rgb(219,13,5); }
H1.HeaderClassName
{
color: #DB0D05;
}
.AnyTagClassName
{
color: #DB0D05;
}
</style>
background-color css
<style>
a { background-color: #DB0D05; }
a { background-color: rgb(219,13,5); }
div.DivClassName
{
background-color: #DB0D05;
}
.BgClassName
{
background-color: #DB0D05;
}
</style>
border-color css
<style>
span { border-color: #DB0D05; }
span { border-color: rgb(219,13,5); }
td.TdClassName
{
border-color: #DB0D05;
}
.TagClassName
{
border-color: #DB0D05;
}
</style>