Shades of Free Speech Red #DB1801
Tints of Free Speech Red #DB1801
RGB
CMYK
RGB Variations
Color information
#DB1801 (or 0xDB1801) is known color: Free Speech Red. HEX triplet: DB, 18 and 01. RGB value is (219,24,1). Sum of RGB (Red+Green+Blue) = 219+24+1=244 (32% of max value = 765). Red value is 219 (85.94% from 255 or 89.75% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1801 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB1801 is #24E7FE. Grayscale: #4F4F4F. Windows color (decimal): -2418687 or 71899. OLE color: 71899.
HSL color Cylindrical-coordinate representation of color #DB1801: hue angle of 6.33º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB1801 is Cyan = 0, Magento = 0.89, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 1 | - |
| CMYK | 0 | 0.89 | 1.00 | 0.14 |
| HSL | 6.33º | 0.99% | 0.43% | - |
| HSV(B) | 6.33º | 1% | 0.86% | - |
| XYZ | 29.55 | 15.72 | 1.5 | - |
| YUV | 79.68 | 83.6 | 227.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 1 | 0 | 0.89 | 1.00 | 0.14 | 6.33 | 0.99 | 0.43 |
| Hex | DB | 18 | 1 | 0 | 59 | 64 | E | 6 | 63 | 2B |
| Octal | 333 | 30 | 1 | 0 | 131 | 144 | 16 | 6 | 143 | 53 |
| Binary | 11011011 | 11000 | 1 | 0 | 1011001 | 1100100 | 1110 | 110 | 1100011 | 101011 |
Color Harmonies of #DB1801
Complementary color
Monochromatic Colors of #DB1801
Black with #DB1801
Text Example
Text Example
White with #DB1801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1801; }
p { color: rgb(219,24,1); }
H1.HeaderClassName
{
color: #DB1801;
}
.AnyTagClassName
{
color: #DB1801;
}
</style>
background-color css
<style>
a { background-color: #DB1801; }
a { background-color: rgb(219,24,1); }
div.DivClassName
{
background-color: #DB1801;
}
.BgClassName
{
background-color: #DB1801;
}
</style>
border-color css
<style>
span { border-color: #DB1801; }
span { border-color: rgb(219,24,1); }
td.TdClassName
{
border-color: #DB1801;
}
.TagClassName
{
border-color: #DB1801;
}
</style>