Html Css Color HEX #DB371A Harley Davidson Orange
📋 copy color: '#DB371A'red 219 ◦ green 55 ◦ blue 26
Shades of Harley Davidson Orange #DB371A
Tints of Harley Davidson Orange #DB371A
RGB
CMYK
RGB Variations
Color information
#DB371A (or 0xDB371A) is known color: Harley Davidson Orange. HEX triplet: DB, 37 and 1A. RGB value is (219,55,26). Sum of RGB (Red+Green+Blue) = 219+55+26=300 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 219 - color contains mainly: red. Hex color #DB371A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB371A is #24C8E5. Grayscale: #656565. Windows color (decimal): -2410726 or 1718235. OLE color: 1718235.
HSL color Cylindrical-coordinate representation of color #DB371A: hue angle of 9.02º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB371A is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 55 | 26 | - |
CMYK | 0 | 0.75 | 0.88 | 0.14 |
HSL | 9.02º | 0.79% | 0.48% | - |
HSV(B) | 9.02º | 0.88% | 0.86% | - |
XYZ | 30.77 | 17.87 | 2.8 | - |
YUV | 100.73 | 85.83 | 212.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 55 | 26 | 0 | 0.75 | 0.88 | 0.14 | 9.02 | 0.79 | 0.48 |
Hex | DB | 37 | 1A | 0 | 4B | 58 | E | 9 | 4F | 30 |
Octal | 333 | 67 | 32 | 0 | 113 | 130 | 16 | 11 | 117 | 60 |
Binary | 11011011 | 110111 | 11010 | 0 | 1001011 | 1011000 | 1110 | 1001 | 1001111 | 110000 |
Color Harmonies of #DB371A
Complementary color
Monochromatic Colors of #DB371A
Black with #DB371A
Text Example
Text Example
White with #DB371A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB371A; }
p { color: rgb(219,55,26); }
H1.HeaderClassName
{
color: #DB371A;
}
.AnyTagClassName
{
color: #DB371A;
}
</style>
background-color css
<style>
a { background-color: #DB371A; }
a { background-color: rgb(219,55,26); }
div.DivClassName
{
background-color: #DB371A;
}
.BgClassName
{
background-color: #DB371A;
}
</style>
border-color css
<style>
span { border-color: #DB371A; }
span { border-color: rgb(219,55,26); }
td.TdClassName
{
border-color: #DB371A;
}
.TagClassName
{
border-color: #DB371A;
}
</style>