Shades of Free Speech Red #DB1310
Tints of Free Speech Red #DB1310
RGB
CMYK
RGB Variations
Color information
#DB1310 (or 0xDB1310) is known color: Free Speech Red. HEX triplet: DB, 13 and 10. RGB value is (219,19,16). Sum of RGB (Red+Green+Blue) = 219+19+16=254 (33% of max value = 765). Red value is 219 (85.94% from 255 or 86.22% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1310 is #24ECEF. Grayscale: #4E4E4E. Windows color (decimal): -2419952 or 1053659. OLE color: 1053659.
HSL color Cylindrical-coordinate representation of color #DB1310: hue angle of 0.89º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB1310 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 16 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.14 |
| HSL | 0.89º | 0.86% | 0.46% | - |
| HSV(B) | 0.89º | 0.93% | 0.86% | - |
| XYZ | 29.54 | 15.56 | 1.94 | - |
| YUV | 78.46 | 92.76 | 228.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 16 | 0 | 0.91 | 0.93 | 0.14 | 0.89 | 0.86 | 0.46 |
| Hex | DB | 13 | 10 | 0 | 5B | 5D | E | 1 | 56 | 2E |
| Octal | 333 | 23 | 20 | 0 | 133 | 135 | 16 | 1 | 126 | 56 |
| Binary | 11011011 | 10011 | 10000 | 0 | 1011011 | 1011101 | 1110 | 1 | 1010110 | 101110 |
Color Harmonies of #DB1310
Complementary color
Monochromatic Colors of #DB1310
Black with #DB1310
Text Example
Text Example
White with #DB1310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1310; }
p { color: rgb(219,19,16); }
H1.HeaderClassName
{
color: #DB1310;
}
.AnyTagClassName
{
color: #DB1310;
}
</style>
background-color css
<style>
a { background-color: #DB1310; }
a { background-color: rgb(219,19,16); }
div.DivClassName
{
background-color: #DB1310;
}
.BgClassName
{
background-color: #DB1310;
}
</style>
border-color css
<style>
span { border-color: #DB1310; }
span { border-color: rgb(219,19,16); }
td.TdClassName
{
border-color: #DB1310;
}
.TagClassName
{
border-color: #DB1310;
}
</style>