Shades of Free Speech Red #DB1000
Tints of Free Speech Red #DB1000
RGB
CMYK
RGB Variations
Color information
#DB1000 (or 0xDB1000) is known color: Free Speech Red. HEX triplet: DB, 10 and 00. RGB value is (219,16,0). Sum of RGB (Red+Green+Blue) = 219+16+0=235 (31% of max value = 765). Red value is 219 (85.94% from 255 or 93.19% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1000 is #24EFFF. Grayscale: #4B4B4B. Windows color (decimal): -2420736 or 4315. OLE color: 4315.
HSL color Cylindrical-coordinate representation of color #DB1000: hue angle of 4.38º 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 #DB1000 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.14 |
| HSL | 4.38º | 1% | 0.43% | - |
| HSV(B) | 4.38º | 1% | 0.86% | - |
| XYZ | 29.4 | 15.43 | 1.43 | - |
| YUV | 74.87 | 85.75 | 230.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 0 | 0 | 0.93 | 1 | 0.14 | 4.38 | 1 | 0.43 |
| Hex | DB | 10 | 0 | 0 | 5D | 64 | E | 4 | 64 | 2B |
| Octal | 333 | 20 | 0 | 0 | 135 | 144 | 16 | 4 | 144 | 53 |
| Binary | 11011011 | 10000 | 0 | 0 | 1011101 | 1100100 | 1110 | 100 | 1100100 | 101011 |
Color Harmonies of #DB1000
Complementary color
Monochromatic Colors of #DB1000
Black with #DB1000
Text Example
Text Example
White with #DB1000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1000; }
p { color: rgb(219,16,0); }
H1.HeaderClassName
{
color: #DB1000;
}
.AnyTagClassName
{
color: #DB1000;
}
</style>
background-color css
<style>
a { background-color: #DB1000; }
a { background-color: rgb(219,16,0); }
div.DivClassName
{
background-color: #DB1000;
}
.BgClassName
{
background-color: #DB1000;
}
</style>
border-color css
<style>
span { border-color: #DB1000; }
span { border-color: rgb(219,16,0); }
td.TdClassName
{
border-color: #DB1000;
}
.TagClassName
{
border-color: #DB1000;
}
</style>