Shades of Free Speech Red #DB1409
Tints of Free Speech Red #DB1409
RGB
CMYK
RGB Variations
Color information
#DB1409 (or 0xDB1409) is known color: Free Speech Red. HEX triplet: DB, 14 and 09. RGB value is (219,20,9). Sum of RGB (Red+Green+Blue) = 219+20+9=248 (32% of max value = 765). Red value is 219 (85.94% from 255 or 88.31% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1409 is #24EBF6. Grayscale: #4E4E4E. Windows color (decimal): -2419703 or 595163. OLE color: 595163.
HSL color Cylindrical-coordinate representation of color #DB1409: hue angle of 3.14º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB1409 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 9 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.14 |
| HSL | 3.14º | 0.92% | 0.45% | - |
| HSV(B) | 3.14º | 0.96% | 0.86% | - |
| XYZ | 29.51 | 15.58 | 1.71 | - |
| YUV | 78.25 | 88.93 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 9 | 0 | 0.91 | 0.96 | 0.14 | 3.14 | 0.92 | 0.45 |
| Hex | DB | 14 | 9 | 0 | 5B | 60 | E | 3 | 5C | 2D |
| Octal | 333 | 24 | 11 | 0 | 133 | 140 | 16 | 3 | 134 | 55 |
| Binary | 11011011 | 10100 | 1001 | 0 | 1011011 | 1100000 | 1110 | 11 | 1011100 | 101101 |
Color Harmonies of #DB1409
Complementary color
Monochromatic Colors of #DB1409
Black with #DB1409
Text Example
Text Example
White with #DB1409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1409; }
p { color: rgb(219,20,9); }
H1.HeaderClassName
{
color: #DB1409;
}
.AnyTagClassName
{
color: #DB1409;
}
</style>
background-color css
<style>
a { background-color: #DB1409; }
a { background-color: rgb(219,20,9); }
div.DivClassName
{
background-color: #DB1409;
}
.BgClassName
{
background-color: #DB1409;
}
</style>
border-color css
<style>
span { border-color: #DB1409; }
span { border-color: rgb(219,20,9); }
td.TdClassName
{
border-color: #DB1409;
}
.TagClassName
{
border-color: #DB1409;
}
</style>