Shades of Free Speech Red #DB1412
Tints of Free Speech Red #DB1412
RGB
CMYK
RGB Variations
Color information
#DB1412 (or 0xDB1412) is known color: Free Speech Red. HEX triplet: DB, 14 and 12. RGB value is (219,20,18). Sum of RGB (Red+Green+Blue) = 219+20+18=257 (34% of max value = 765). Red value is 219 (85.94% from 255 or 85.21% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1412 is #24EBED. Grayscale: #4F4F4F. Windows color (decimal): -2419694 or 1184987. OLE color: 1184987.
HSL color Cylindrical-coordinate representation of color #DB1412: hue angle of 0.6º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB1412 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 20 | 18 | - |
CMYK | 0 | 0.91 | 0.92 | 0.14 |
HSL | 0.6º | 0.85% | 0.46% | - |
HSV(B) | 0.6º | 0.92% | 0.86% | - |
XYZ | 29.57 | 15.6 | 2.03 | - |
YUV | 79.27 | 93.43 | 227.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 20 | 18 | 0 | 0.91 | 0.92 | 0.14 | 0.6 | 0.85 | 0.46 |
Hex | DB | 14 | 12 | 0 | 5B | 5C | E | 1 | 55 | 2E |
Octal | 333 | 24 | 22 | 0 | 133 | 134 | 16 | 1 | 125 | 56 |
Binary | 11011011 | 10100 | 10010 | 0 | 1011011 | 1011100 | 1110 | 1 | 1010101 | 101110 |
Color Harmonies of #DB1412
Complementary color
Monochromatic Colors of #DB1412
Black with #DB1412
Text Example
Text Example
White with #DB1412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1412; }
p { color: rgb(219,20,18); }
H1.HeaderClassName
{
color: #DB1412;
}
.AnyTagClassName
{
color: #DB1412;
}
</style>
background-color css
<style>
a { background-color: #DB1412; }
a { background-color: rgb(219,20,18); }
div.DivClassName
{
background-color: #DB1412;
}
.BgClassName
{
background-color: #DB1412;
}
</style>
border-color css
<style>
span { border-color: #DB1412; }
span { border-color: rgb(219,20,18); }
td.TdClassName
{
border-color: #DB1412;
}
.TagClassName
{
border-color: #DB1412;
}
</style>