Shades of Free Speech Red #DB1414
Tints of Free Speech Red #DB1414
RGB
CMYK
RGB Variations
Color information
#DB1414 (or 0xDB1414) is known color: Free Speech Red. HEX triplet: DB, 14 and 14. RGB value is (219,20,20). Sum of RGB (Red+Green+Blue) = 219+20+20=259 (34% of max value = 765). Red value is 219 (85.94% from 255 or 84.56% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1414 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1414 is #24EBEB. Grayscale: #4F4F4F. Windows color (decimal): -2419692 or 1316059. OLE color: 1316059.
HSL color Cylindrical-coordinate representation of color #DB1414: hue angle of 0º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB1414 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 20 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.14 |
| HSL | 0º | 0.83% | 0.47% | - |
| HSV(B) | 0º | 0.91% | 0.86% | - |
| XYZ | 29.59 | 15.61 | 2.12 | - |
| YUV | 79.5 | 94.43 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 20 | 0 | 0.91 | 0.91 | 0.14 | 0 | 0.83 | 0.47 |
| Hex | DB | 14 | 14 | 0 | 5B | 5B | E | 0 | 53 | 2F |
| Octal | 333 | 24 | 24 | 0 | 133 | 133 | 16 | 0 | 123 | 57 |
| Binary | 11011011 | 10100 | 10100 | 0 | 1011011 | 1011011 | 1110 | 0 | 1010011 | 101111 |
Color Harmonies of #DB1414
Complementary color
Monochromatic Colors of #DB1414
Black with #DB1414
Text Example
Text Example
White with #DB1414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1414; }
p { color: rgb(219,20,20); }
H1.HeaderClassName
{
color: #DB1414;
}
.AnyTagClassName
{
color: #DB1414;
}
</style>
background-color css
<style>
a { background-color: #DB1414; }
a { background-color: rgb(219,20,20); }
div.DivClassName
{
background-color: #DB1414;
}
.BgClassName
{
background-color: #DB1414;
}
</style>
border-color css
<style>
span { border-color: #DB1414; }
span { border-color: rgb(219,20,20); }
td.TdClassName
{
border-color: #DB1414;
}
.TagClassName
{
border-color: #DB1414;
}
</style>