Html Css Color HEX #DB210B Harley Davidson Orange
📋 copy color: '#DB210B'red 219 ◦ green 33 ◦ blue 11
Shades of Harley Davidson Orange #DB210B
Tints of Harley Davidson Orange #DB210B
RGB
CMYK
RGB Variations
Color information
#DB210B (or 0xDB210B) is known color: Harley Davidson Orange. HEX triplet: DB, 21 and 0B. RGB value is (219,33,11). Sum of RGB (Red+Green+Blue) = 219+33+11=263 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.27% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 219 - color contains mainly: red. Hex color #DB210B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB210B is #24DEF4. Grayscale: #565656. Windows color (decimal): -2416373 or 729563. OLE color: 729563.
HSL color Cylindrical-coordinate representation of color #DB210B: hue angle of 6.35º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB210B is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 11 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.14 |
| HSL | 6.35º | 0.9% | 0.45% | - |
| HSV(B) | 6.35º | 0.95% | 0.86% | - |
| XYZ | 29.82 | 16.17 | 1.87 | - |
| YUV | 86.11 | 85.62 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 11 | 0 | 0.85 | 0.95 | 0.14 | 6.35 | 0.9 | 0.45 |
| Hex | DB | 21 | B | 0 | 55 | 5F | E | 6 | 5A | 2D |
| Octal | 333 | 41 | 13 | 0 | 125 | 137 | 16 | 6 | 132 | 55 |
| Binary | 11011011 | 100001 | 1011 | 0 | 1010101 | 1011111 | 1110 | 110 | 1011010 | 101101 |
Color Harmonies of #DB210B
Complementary color
Monochromatic Colors of #DB210B
Black with #DB210B
Text Example
Text Example
White with #DB210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB210B; }
p { color: rgb(219,33,11); }
H1.HeaderClassName
{
color: #DB210B;
}
.AnyTagClassName
{
color: #DB210B;
}
</style>
background-color css
<style>
a { background-color: #DB210B; }
a { background-color: rgb(219,33,11); }
div.DivClassName
{
background-color: #DB210B;
}
.BgClassName
{
background-color: #DB210B;
}
</style>
border-color css
<style>
span { border-color: #DB210B; }
span { border-color: rgb(219,33,11); }
td.TdClassName
{
border-color: #DB210B;
}
.TagClassName
{
border-color: #DB210B;
}
</style>