Shades of Free Speech Red #DB1312
Tints of Free Speech Red #DB1312
RGB
CMYK
RGB Variations
Color information
#DB1312 (or 0xDB1312) is known color: Free Speech Red. HEX triplet: DB, 13 and 12. RGB value is (219,19,18). Sum of RGB (Red+Green+Blue) = 219+19+18=256 (33% of max value = 765). Red value is 219 (85.94% from 255 or 85.55% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1312 is #24ECED. Grayscale: #4E4E4E. Windows color (decimal): -2419950 or 1184731. OLE color: 1184731.
HSL color Cylindrical-coordinate representation of color #DB1312: hue angle of 0.3º 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 #DB1312 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 18 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.14 |
| HSL | 0.3º | 0.85% | 0.46% | - |
| HSV(B) | 0.3º | 0.92% | 0.86% | - |
| XYZ | 29.56 | 15.57 | 2.02 | - |
| YUV | 78.69 | 93.76 | 228.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 18 | 0 | 0.91 | 0.92 | 0.14 | 0.3 | 0.85 | 0.46 |
| Hex | DB | 13 | 12 | 0 | 5B | 5C | E | 0 | 55 | 2E |
| Octal | 333 | 23 | 22 | 0 | 133 | 134 | 16 | 0 | 125 | 56 |
| Binary | 11011011 | 10011 | 10010 | 0 | 1011011 | 1011100 | 1110 | 0 | 1010101 | 101110 |
Color Harmonies of #DB1312
Complementary color
Monochromatic Colors of #DB1312
Black with #DB1312
Text Example
Text Example
White with #DB1312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1312; }
p { color: rgb(219,19,18); }
H1.HeaderClassName
{
color: #DB1312;
}
.AnyTagClassName
{
color: #DB1312;
}
</style>
background-color css
<style>
a { background-color: #DB1312; }
a { background-color: rgb(219,19,18); }
div.DivClassName
{
background-color: #DB1312;
}
.BgClassName
{
background-color: #DB1312;
}
</style>
border-color css
<style>
span { border-color: #DB1312; }
span { border-color: rgb(219,19,18); }
td.TdClassName
{
border-color: #DB1312;
}
.TagClassName
{
border-color: #DB1312;
}
</style>