Shades of Free Speech Red #DB1508
Tints of Free Speech Red #DB1508
RGB
CMYK
RGB Variations
Color information
#DB1508 (or 0xDB1508) is known color: Free Speech Red. HEX triplet: DB, 15 and 08. RGB value is (219,21,8). Sum of RGB (Red+Green+Blue) = 219+21+8=248 (32% of max value = 765). Red value is 219 (85.94% from 255 or 88.31% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1508 is #24EAF7. Grayscale: #4E4E4E. Windows color (decimal): -2419448 or 529883. OLE color: 529883.
HSL color Cylindrical-coordinate representation of color #DB1508: hue angle of 3.7º degrees, saturation: 0.93, 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 #DB1508 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 8 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.14 |
| HSL | 3.7º | 0.93% | 0.45% | - |
| HSV(B) | 3.7º | 0.96% | 0.86% | - |
| XYZ | 29.53 | 15.61 | 1.69 | - |
| YUV | 78.72 | 88.1 | 228.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 8 | 0 | 0.90 | 0.96 | 0.14 | 3.7 | 0.93 | 0.45 |
| Hex | DB | 15 | 8 | 0 | 5A | 60 | E | 4 | 5D | 2D |
| Octal | 333 | 25 | 10 | 0 | 132 | 140 | 16 | 4 | 135 | 55 |
| Binary | 11011011 | 10101 | 1000 | 0 | 1011010 | 1100000 | 1110 | 100 | 1011101 | 101101 |
Color Harmonies of #DB1508
Complementary color
Monochromatic Colors of #DB1508
Black with #DB1508
Text Example
Text Example
White with #DB1508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1508; }
p { color: rgb(219,21,8); }
H1.HeaderClassName
{
color: #DB1508;
}
.AnyTagClassName
{
color: #DB1508;
}
</style>
background-color css
<style>
a { background-color: #DB1508; }
a { background-color: rgb(219,21,8); }
div.DivClassName
{
background-color: #DB1508;
}
.BgClassName
{
background-color: #DB1508;
}
</style>
border-color css
<style>
span { border-color: #DB1508; }
span { border-color: rgb(219,21,8); }
td.TdClassName
{
border-color: #DB1508;
}
.TagClassName
{
border-color: #DB1508;
}
</style>