Shades of Free Speech Red #DB0802
Tints of Free Speech Red #DB0802
RGB
CMYK
RGB Variations
Color information
#DB0802 (or 0xDB0802) is known color: Free Speech Red. HEX triplet: DB, 08 and 02. RGB value is (219,8,2). Sum of RGB (Red+Green+Blue) = 219+8+2=229 (30% of max value = 765). Red value is 219 (85.94% from 255 or 95.63% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0802 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DB0802 is #24F7FD. Grayscale: #464646. Windows color (decimal): -2422782 or 133339. OLE color: 133339.
HSL color Cylindrical-coordinate representation of color #DB0802: hue angle of 1.66º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0802 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.14 |
| HSL | 1.66º | 0.98% | 0.43% | - |
| HSV(B) | 1.66º | 0.99% | 0.86% | - |
| XYZ | 29.31 | 15.24 | 1.45 | - |
| YUV | 70.41 | 89.4 | 233.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 2 | 0 | 0.96 | 0.99 | 0.14 | 1.66 | 0.98 | 0.43 |
| Hex | DB | 8 | 2 | 0 | 60 | 63 | E | 2 | 62 | 2B |
| Octal | 333 | 10 | 2 | 0 | 140 | 143 | 16 | 2 | 142 | 53 |
| Binary | 11011011 | 1000 | 10 | 0 | 1100000 | 1100011 | 1110 | 10 | 1100010 | 101011 |
Color Harmonies of #DB0802
Complementary color
Monochromatic Colors of #DB0802
Black with #DB0802
Text Example
Text Example
White with #DB0802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0802; }
p { color: rgb(219,8,2); }
H1.HeaderClassName
{
color: #DB0802;
}
.AnyTagClassName
{
color: #DB0802;
}
</style>
background-color css
<style>
a { background-color: #DB0802; }
a { background-color: rgb(219,8,2); }
div.DivClassName
{
background-color: #DB0802;
}
.BgClassName
{
background-color: #DB0802;
}
</style>
border-color css
<style>
span { border-color: #DB0802; }
span { border-color: rgb(219,8,2); }
td.TdClassName
{
border-color: #DB0802;
}
.TagClassName
{
border-color: #DB0802;
}
</style>