Html Css Color HEX #DB2A14 Harley Davidson Orange
📋 copy color: '#DB2A14'red 219 ◦ green 42 ◦ blue 20
Shades of Harley Davidson Orange #DB2A14
Tints of Harley Davidson Orange #DB2A14
RGB
CMYK
RGB Variations
Color information
#DB2A14 (or 0xDB2A14) is known color: Harley Davidson Orange. HEX triplet: DB, 2A and 14. RGB value is (219,42,20). Sum of RGB (Red+Green+Blue) = 219+42+20=281 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.94% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB2A14 is #24D5EB. Grayscale: #5C5C5C. Windows color (decimal): -2414060 or 1321691. OLE color: 1321691.
HSL color Cylindrical-coordinate representation of color #DB2A14: hue angle of 6.63º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB2A14 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 42 | 20 | - |
CMYK | 0 | 0.81 | 0.91 | 0.14 |
HSL | 6.63º | 0.83% | 0.47% | - |
HSV(B) | 6.63º | 0.91% | 0.86% | - |
XYZ | 30.17 | 16.77 | 2.31 | - |
YUV | 92.42 | 87.14 | 218.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 42 | 20 | 0 | 0.81 | 0.91 | 0.14 | 6.63 | 0.83 | 0.47 |
Hex | DB | 2A | 14 | 0 | 51 | 5B | E | 7 | 53 | 2F |
Octal | 333 | 52 | 24 | 0 | 121 | 133 | 16 | 7 | 123 | 57 |
Binary | 11011011 | 101010 | 10100 | 0 | 1010001 | 1011011 | 1110 | 111 | 1010011 | 101111 |
Color Harmonies of #DB2A14
Complementary color
Monochromatic Colors of #DB2A14
Black with #DB2A14
Text Example
Text Example
White with #DB2A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A14; }
p { color: rgb(219,42,20); }
H1.HeaderClassName
{
color: #DB2A14;
}
.AnyTagClassName
{
color: #DB2A14;
}
</style>
background-color css
<style>
a { background-color: #DB2A14; }
a { background-color: rgb(219,42,20); }
div.DivClassName
{
background-color: #DB2A14;
}
.BgClassName
{
background-color: #DB2A14;
}
</style>
border-color css
<style>
span { border-color: #DB2A14; }
span { border-color: rgb(219,42,20); }
td.TdClassName
{
border-color: #DB2A14;
}
.TagClassName
{
border-color: #DB2A14;
}
</style>