Shades of Free Speech Red #DB1705
Tints of Free Speech Red #DB1705
RGB
CMYK
RGB Variations
Color information
#DB1705 (or 0xDB1705) is known color: Free Speech Red. HEX triplet: DB, 17 and 05. RGB value is (219,23,5). Sum of RGB (Red+Green+Blue) = 219+23+5=247 (32% of max value = 765). Red value is 219 (85.94% from 255 or 88.66% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1705 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1705 is #24E8FA. Grayscale: #4F4F4F. Windows color (decimal): -2418939 or 333787. OLE color: 333787.
HSL color Cylindrical-coordinate representation of color #DB1705: hue angle of 5.05º 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 #DB1705 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 5 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.14 |
| HSL | 5.05º | 0.96% | 0.44% | - |
| HSV(B) | 5.05º | 0.98% | 0.86% | - |
| XYZ | 29.55 | 15.68 | 1.61 | - |
| YUV | 79.55 | 85.93 | 227.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 5 | 0 | 0.89 | 0.98 | 0.14 | 5.05 | 0.96 | 0.44 |
| Hex | DB | 17 | 5 | 0 | 59 | 62 | E | 5 | 60 | 2C |
| Octal | 333 | 27 | 5 | 0 | 131 | 142 | 16 | 5 | 140 | 54 |
| Binary | 11011011 | 10111 | 101 | 0 | 1011001 | 1100010 | 1110 | 101 | 1100000 | 101100 |
Color Harmonies of #DB1705
Complementary color
Monochromatic Colors of #DB1705
Black with #DB1705
Text Example
Text Example
White with #DB1705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1705; }
p { color: rgb(219,23,5); }
H1.HeaderClassName
{
color: #DB1705;
}
.AnyTagClassName
{
color: #DB1705;
}
</style>
background-color css
<style>
a { background-color: #DB1705; }
a { background-color: rgb(219,23,5); }
div.DivClassName
{
background-color: #DB1705;
}
.BgClassName
{
background-color: #DB1705;
}
</style>
border-color css
<style>
span { border-color: #DB1705; }
span { border-color: rgb(219,23,5); }
td.TdClassName
{
border-color: #DB1705;
}
.TagClassName
{
border-color: #DB1705;
}
</style>