Shades of Free Speech Red #DB0400
Tints of Free Speech Red #DB0400
RGB
CMYK
RGB Variations
Color information
#DB0400 (or 0xDB0400) is known color: Free Speech Red. HEX triplet: DB, 04 and 00. RGB value is (219,4,0). Sum of RGB (Red+Green+Blue) = 219+4+0=223 (29% of max value = 765). Red value is 219 (85.94% from 255 or 98.21% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0400 is #24FBFF. Grayscale: #444444. Windows color (decimal): -2423808 or 1243. OLE color: 1243.
HSL color Cylindrical-coordinate representation of color #DB0400: hue angle of 1.1º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0400 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.14 |
| HSL | 1.1º | 1% | 0.43% | - |
| HSV(B) | 1.1º | 1% | 0.86% | - |
| XYZ | 29.26 | 15.15 | 1.38 | - |
| YUV | 67.83 | 89.73 | 235.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 0 | 0 | 0.98 | 1 | 0.14 | 1.1 | 1 | 0.43 |
| Hex | DB | 4 | 0 | 0 | 62 | 64 | E | 1 | 64 | 2B |
| Octal | 333 | 4 | 0 | 0 | 142 | 144 | 16 | 1 | 144 | 53 |
| Binary | 11011011 | 100 | 0 | 0 | 1100010 | 1100100 | 1110 | 1 | 1100100 | 101011 |
Color Harmonies of #DB0400
Complementary color
Monochromatic Colors of #DB0400
Black with #DB0400
Text Example
Text Example
White with #DB0400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0400; }
p { color: rgb(219,4,0); }
H1.HeaderClassName
{
color: #DB0400;
}
.AnyTagClassName
{
color: #DB0400;
}
</style>
background-color css
<style>
a { background-color: #DB0400; }
a { background-color: rgb(219,4,0); }
div.DivClassName
{
background-color: #DB0400;
}
.BgClassName
{
background-color: #DB0400;
}
</style>
border-color css
<style>
span { border-color: #DB0400; }
span { border-color: rgb(219,4,0); }
td.TdClassName
{
border-color: #DB0400;
}
.TagClassName
{
border-color: #DB0400;
}
</style>