Shades of Free Speech Red #DB1400
Tints of Free Speech Red #DB1400
RGB
CMYK
RGB Variations
Color information
#DB1400 (or 0xDB1400) is known color: Free Speech Red. HEX triplet: DB, 14 and 00. RGB value is (219,20,0). Sum of RGB (Red+Green+Blue) = 219+20+0=239 (31% of max value = 765). Red value is 219 (85.94% from 255 or 91.63% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1400 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1400 is #24EBFF. Grayscale: #4D4D4D. Windows color (decimal): -2419712 or 5339. OLE color: 5339.
HSL color Cylindrical-coordinate representation of color #DB1400: hue angle of 5.48º 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 #DB1400 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.14 |
| HSL | 5.48º | 1% | 0.43% | - |
| HSV(B) | 5.48º | 1% | 0.86% | - |
| XYZ | 29.46 | 15.56 | 1.45 | - |
| YUV | 77.22 | 84.43 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 0 | 0 | 0.91 | 1 | 0.14 | 5.48 | 1 | 0.43 |
| Hex | DB | 14 | 0 | 0 | 5B | 64 | E | 5 | 64 | 2B |
| Octal | 333 | 24 | 0 | 0 | 133 | 144 | 16 | 5 | 144 | 53 |
| Binary | 11011011 | 10100 | 0 | 0 | 1011011 | 1100100 | 1110 | 101 | 1100100 | 101011 |
Color Harmonies of #DB1400
Complementary color
Monochromatic Colors of #DB1400
Black with #DB1400
Text Example
Text Example
White with #DB1400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1400; }
p { color: rgb(219,20,0); }
H1.HeaderClassName
{
color: #DB1400;
}
.AnyTagClassName
{
color: #DB1400;
}
</style>
background-color css
<style>
a { background-color: #DB1400; }
a { background-color: rgb(219,20,0); }
div.DivClassName
{
background-color: #DB1400;
}
.BgClassName
{
background-color: #DB1400;
}
</style>
border-color css
<style>
span { border-color: #DB1400; }
span { border-color: rgb(219,20,0); }
td.TdClassName
{
border-color: #DB1400;
}
.TagClassName
{
border-color: #DB1400;
}
</style>