Shades of Free Speech Red #DB150E
Tints of Free Speech Red #DB150E
RGB
CMYK
RGB Variations
Color information
#DB150E (or 0xDB150E) is known color: Free Speech Red. HEX triplet: DB, 15 and 0E. RGB value is (219,21,14). Sum of RGB (Red+Green+Blue) = 219+21+14=254 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.22% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 219 - color contains mainly: red. Hex color #DB150E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB150E is #24EAF1. Grayscale: #4F4F4F. Windows color (decimal): -2419442 or 923099. OLE color: 923099.
HSL color Cylindrical-coordinate representation of color #DB150E: hue angle of 2.05º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB150E is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 14 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.14 |
| HSL | 2.05º | 0.88% | 0.46% | - |
| HSV(B) | 2.05º | 0.94% | 0.86% | - |
| XYZ | 29.56 | 15.63 | 1.87 | - |
| YUV | 79.4 | 91.1 | 227.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 14 | 0 | 0.90 | 0.94 | 0.14 | 2.05 | 0.88 | 0.46 |
| Hex | DB | 15 | E | 0 | 5A | 5E | E | 2 | 58 | 2E |
| Octal | 333 | 25 | 16 | 0 | 132 | 136 | 16 | 2 | 130 | 56 |
| Binary | 11011011 | 10101 | 1110 | 0 | 1011010 | 1011110 | 1110 | 10 | 1011000 | 101110 |
Color Harmonies of #DB150E
Complementary color
Monochromatic Colors of #DB150E
Black with #DB150E
Text Example
Text Example
White with #DB150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB150E; }
p { color: rgb(219,21,14); }
H1.HeaderClassName
{
color: #DB150E;
}
.AnyTagClassName
{
color: #DB150E;
}
</style>
background-color css
<style>
a { background-color: #DB150E; }
a { background-color: rgb(219,21,14); }
div.DivClassName
{
background-color: #DB150E;
}
.BgClassName
{
background-color: #DB150E;
}
</style>
border-color css
<style>
span { border-color: #DB150E; }
span { border-color: rgb(219,21,14); }
td.TdClassName
{
border-color: #DB150E;
}
.TagClassName
{
border-color: #DB150E;
}
</style>