Html Css Color HEX #DB240B Harley Davidson Orange
📋 copy color: '#DB240B'red 219 ◦ green 36 ◦ blue 11
Shades of Harley Davidson Orange #DB240B
Tints of Harley Davidson Orange #DB240B
RGB
CMYK
RGB Variations
Color information
#DB240B (or 0xDB240B) is known color: Harley Davidson Orange. HEX triplet: DB, 24 and 0B. RGB value is (219,36,11). Sum of RGB (Red+Green+Blue) = 219+36+11=266 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.33% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 219 - color contains mainly: red. Hex color #DB240B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB240B is #24DBF4. Grayscale: #585858. Windows color (decimal): -2415605 or 730331. OLE color: 730331.
HSL color Cylindrical-coordinate representation of color #DB240B: hue angle of 7.21º 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 #DB240B is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 11 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.14 |
| HSL | 7.21º | 0.9% | 0.45% | - |
| HSV(B) | 7.21º | 0.95% | 0.86% | - |
| XYZ | 29.9 | 16.35 | 1.9 | - |
| YUV | 87.87 | 84.63 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 11 | 0 | 0.84 | 0.95 | 0.14 | 7.21 | 0.9 | 0.45 |
| Hex | DB | 24 | B | 0 | 54 | 5F | E | 7 | 5A | 2D |
| Octal | 333 | 44 | 13 | 0 | 124 | 137 | 16 | 7 | 132 | 55 |
| Binary | 11011011 | 100100 | 1011 | 0 | 1010100 | 1011111 | 1110 | 111 | 1011010 | 101101 |
Color Harmonies of #DB240B
Complementary color
Monochromatic Colors of #DB240B
Black with #DB240B
Text Example
Text Example
White with #DB240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB240B; }
p { color: rgb(219,36,11); }
H1.HeaderClassName
{
color: #DB240B;
}
.AnyTagClassName
{
color: #DB240B;
}
</style>
background-color css
<style>
a { background-color: #DB240B; }
a { background-color: rgb(219,36,11); }
div.DivClassName
{
background-color: #DB240B;
}
.BgClassName
{
background-color: #DB240B;
}
</style>
border-color css
<style>
span { border-color: #DB240B; }
span { border-color: rgb(219,36,11); }
td.TdClassName
{
border-color: #DB240B;
}
.TagClassName
{
border-color: #DB240B;
}
</style>