Shades of Free Speech Red #DB1504
Tints of Free Speech Red #DB1504
RGB
CMYK
RGB Variations
Color information
#DB1504 (or 0xDB1504) is known color: Free Speech Red. HEX triplet: DB, 15 and 04. RGB value is (219,21,4). Sum of RGB (Red+Green+Blue) = 219+21+4=244 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.75% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1504 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1504 is #24EAFB. Grayscale: #4E4E4E. Windows color (decimal): -2419452 or 267739. OLE color: 267739.
HSL color Cylindrical-coordinate representation of color #DB1504: hue angle of 4.74º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB1504 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 4 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.14 |
| HSL | 4.74º | 0.96% | 0.44% | - |
| HSV(B) | 4.74º | 0.98% | 0.86% | - |
| XYZ | 29.5 | 15.61 | 1.57 | - |
| YUV | 78.26 | 86.1 | 228.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 4 | 0 | 0.90 | 0.98 | 0.14 | 4.74 | 0.96 | 0.44 |
| Hex | DB | 15 | 4 | 0 | 5A | 62 | E | 5 | 60 | 2C |
| Octal | 333 | 25 | 4 | 0 | 132 | 142 | 16 | 5 | 140 | 54 |
| Binary | 11011011 | 10101 | 100 | 0 | 1011010 | 1100010 | 1110 | 101 | 1100000 | 101100 |
Color Harmonies of #DB1504
Complementary color
Monochromatic Colors of #DB1504
Black with #DB1504
Text Example
Text Example
White with #DB1504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1504; }
p { color: rgb(219,21,4); }
H1.HeaderClassName
{
color: #DB1504;
}
.AnyTagClassName
{
color: #DB1504;
}
</style>
background-color css
<style>
a { background-color: #DB1504; }
a { background-color: rgb(219,21,4); }
div.DivClassName
{
background-color: #DB1504;
}
.BgClassName
{
background-color: #DB1504;
}
</style>
border-color css
<style>
span { border-color: #DB1504; }
span { border-color: rgb(219,21,4); }
td.TdClassName
{
border-color: #DB1504;
}
.TagClassName
{
border-color: #DB1504;
}
</style>