Html Css Color HEX #DB200A Harley Davidson Orange
📋 copy color: '#DB200A'red 219 ◦ green 32 ◦ blue 10
Shades of Harley Davidson Orange #DB200A
Tints of Harley Davidson Orange #DB200A
RGB
CMYK
RGB Variations
Color information
#DB200A (or 0xDB200A) is known color: Harley Davidson Orange. HEX triplet: DB, 20 and 0A. RGB value is (219,32,10). Sum of RGB (Red+Green+Blue) = 219+32+10=261 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.91% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 219 - color contains mainly: red. Hex color #DB200A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB200A is #24DFF5. Grayscale: #555555. Windows color (decimal): -2416630 or 663771. OLE color: 663771.
HSL color Cylindrical-coordinate representation of color #DB200A: hue angle of 6.32º degrees, saturation: 0.91, 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 #DB200A is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 10 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.14 |
| HSL | 6.32º | 0.91% | 0.45% | - |
| HSV(B) | 6.32º | 0.95% | 0.86% | - |
| XYZ | 29.78 | 16.12 | 1.83 | - |
| YUV | 85.41 | 85.45 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 10 | 0 | 0.85 | 0.95 | 0.14 | 6.32 | 0.91 | 0.45 |
| Hex | DB | 20 | A | 0 | 55 | 5F | E | 6 | 5B | 2D |
| Octal | 333 | 40 | 12 | 0 | 125 | 137 | 16 | 6 | 133 | 55 |
| Binary | 11011011 | 100000 | 1010 | 0 | 1010101 | 1011111 | 1110 | 110 | 1011011 | 101101 |
Color Harmonies of #DB200A
Complementary color
Monochromatic Colors of #DB200A
Black with #DB200A
Text Example
Text Example
White with #DB200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB200A; }
p { color: rgb(219,32,10); }
H1.HeaderClassName
{
color: #DB200A;
}
.AnyTagClassName
{
color: #DB200A;
}
</style>
background-color css
<style>
a { background-color: #DB200A; }
a { background-color: rgb(219,32,10); }
div.DivClassName
{
background-color: #DB200A;
}
.BgClassName
{
background-color: #DB200A;
}
</style>
border-color css
<style>
span { border-color: #DB200A; }
span { border-color: rgb(219,32,10); }
td.TdClassName
{
border-color: #DB200A;
}
.TagClassName
{
border-color: #DB200A;
}
</style>