Shades of Free Speech Red #DB0801
Tints of Free Speech Red #DB0801
RGB
CMYK
RGB Variations
Color information
#DB0801 (or 0xDB0801) is known color: Free Speech Red. HEX triplet: DB, 08 and 01. RGB value is (219,8,1). Sum of RGB (Red+Green+Blue) = 219+8+1=228 (30% of max value = 765). Red value is 219 (85.94% from 255 or 96.05% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0801 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0801 is #24F7FE. Grayscale: #464646. Windows color (decimal): -2422783 or 67803. OLE color: 67803.
HSL color Cylindrical-coordinate representation of color #DB0801: hue angle of 1.93º 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 #DB0801 is Cyan = 0, Magento = 0.96, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 1 | - |
| CMYK | 0 | 0.96 | 1.00 | 0.14 |
| HSL | 1.93º | 0.99% | 0.43% | - |
| HSV(B) | 1.93º | 1% | 0.86% | - |
| XYZ | 29.31 | 15.24 | 1.42 | - |
| YUV | 70.29 | 88.9 | 234.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 1 | 0 | 0.96 | 1.00 | 0.14 | 1.93 | 0.99 | 0.43 |
| Hex | DB | 8 | 1 | 0 | 60 | 64 | E | 2 | 63 | 2B |
| Octal | 333 | 10 | 1 | 0 | 140 | 144 | 16 | 2 | 143 | 53 |
| Binary | 11011011 | 1000 | 1 | 0 | 1100000 | 1100100 | 1110 | 10 | 1100011 | 101011 |
Color Harmonies of #DB0801
Complementary color
Monochromatic Colors of #DB0801
Black with #DB0801
Text Example
Text Example
White with #DB0801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0801; }
p { color: rgb(219,8,1); }
H1.HeaderClassName
{
color: #DB0801;
}
.AnyTagClassName
{
color: #DB0801;
}
</style>
background-color css
<style>
a { background-color: #DB0801; }
a { background-color: rgb(219,8,1); }
div.DivClassName
{
background-color: #DB0801;
}
.BgClassName
{
background-color: #DB0801;
}
</style>
border-color css
<style>
span { border-color: #DB0801; }
span { border-color: rgb(219,8,1); }
td.TdClassName
{
border-color: #DB0801;
}
.TagClassName
{
border-color: #DB0801;
}
</style>