Shades of Free Speech Red #DB0501
Tints of Free Speech Red #DB0501
RGB
CMYK
RGB Variations
Color information
#DB0501 (or 0xDB0501) is known color: Free Speech Red. HEX triplet: DB, 05 and 01. RGB value is (219,5,1). Sum of RGB (Red+Green+Blue) = 219+5+1=225 (29% of max value = 765). Red value is 219 (85.94% from 255 or 97.33% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0501 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0501 is #24FAFE. Grayscale: #444444. Windows color (decimal): -2423551 or 67035. OLE color: 67035.
HSL color Cylindrical-coordinate representation of color #DB0501: hue angle of 1.1º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0501 is Cyan = 0, Magento = 0.98, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 1 | - |
| CMYK | 0 | 0.98 | 1.00 | 0.14 |
| HSL | 1.1º | 0.99% | 0.43% | - |
| HSV(B) | 1.1º | 1% | 0.86% | - |
| XYZ | 29.27 | 15.17 | 1.41 | - |
| YUV | 68.53 | 89.9 | 235.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 1 | 0 | 0.98 | 1.00 | 0.14 | 1.1 | 0.99 | 0.43 |
| Hex | DB | 5 | 1 | 0 | 62 | 64 | E | 1 | 63 | 2B |
| Octal | 333 | 5 | 1 | 0 | 142 | 144 | 16 | 1 | 143 | 53 |
| Binary | 11011011 | 101 | 1 | 0 | 1100010 | 1100100 | 1110 | 1 | 1100011 | 101011 |
Color Harmonies of #DB0501
Complementary color
Monochromatic Colors of #DB0501
Black with #DB0501
Text Example
Text Example
White with #DB0501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0501; }
p { color: rgb(219,5,1); }
H1.HeaderClassName
{
color: #DB0501;
}
.AnyTagClassName
{
color: #DB0501;
}
</style>
background-color css
<style>
a { background-color: #DB0501; }
a { background-color: rgb(219,5,1); }
div.DivClassName
{
background-color: #DB0501;
}
.BgClassName
{
background-color: #DB0501;
}
</style>
border-color css
<style>
span { border-color: #DB0501; }
span { border-color: rgb(219,5,1); }
td.TdClassName
{
border-color: #DB0501;
}
.TagClassName
{
border-color: #DB0501;
}
</style>