Html Css Color HEX #DB210C Harley Davidson Orange
📋 copy color: '#DB210C'red 219 ◦ green 33 ◦ blue 12
Shades of Harley Davidson Orange #DB210C
Tints of Harley Davidson Orange #DB210C
RGB
CMYK
RGB Variations
Color information
#DB210C (or 0xDB210C) is known color: Harley Davidson Orange. HEX triplet: DB, 21 and 0C. RGB value is (219,33,12). Sum of RGB (Red+Green+Blue) = 219+33+12=264 (34% of max value = 765). Red value is 219 (85.94% from 255 or 82.95% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 219 - color contains mainly: red. Hex color #DB210C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB210C is #24DEF3. Grayscale: #565656. Windows color (decimal): -2416372 or 795099. OLE color: 795099.
HSL color Cylindrical-coordinate representation of color #DB210C: hue angle of 6.09º 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 #DB210C is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 12 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.14 |
| HSL | 6.09º | 0.9% | 0.45% | - |
| HSV(B) | 6.09º | 0.95% | 0.86% | - |
| XYZ | 29.82 | 16.17 | 1.9 | - |
| YUV | 86.22 | 86.12 | 222.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 12 | 0 | 0.85 | 0.95 | 0.14 | 6.09 | 0.9 | 0.45 |
| Hex | DB | 21 | C | 0 | 55 | 5F | E | 6 | 5A | 2D |
| Octal | 333 | 41 | 14 | 0 | 125 | 137 | 16 | 6 | 132 | 55 |
| Binary | 11011011 | 100001 | 1100 | 0 | 1010101 | 1011111 | 1110 | 110 | 1011010 | 101101 |
Color Harmonies of #DB210C
Complementary color
Monochromatic Colors of #DB210C
Black with #DB210C
Text Example
Text Example
White with #DB210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB210C; }
p { color: rgb(219,33,12); }
H1.HeaderClassName
{
color: #DB210C;
}
.AnyTagClassName
{
color: #DB210C;
}
</style>
background-color css
<style>
a { background-color: #DB210C; }
a { background-color: rgb(219,33,12); }
div.DivClassName
{
background-color: #DB210C;
}
.BgClassName
{
background-color: #DB210C;
}
</style>
border-color css
<style>
span { border-color: #DB210C; }
span { border-color: rgb(219,33,12); }
td.TdClassName
{
border-color: #DB210C;
}
.TagClassName
{
border-color: #DB210C;
}
</style>