Html Css Color HEX #DB241E Harley Davidson Orange
📋 copy color: '#DB241E'red 219 ◦ green 36 ◦ blue 30
Shades of Harley Davidson Orange #DB241E
Tints of Harley Davidson Orange #DB241E
RGB
CMYK
RGB Variations
Color information
#DB241E (or 0xDB241E) is known color: Harley Davidson Orange. HEX triplet: DB, 24 and 1E. RGB value is (219,36,30). Sum of RGB (Red+Green+Blue) = 219+36+30=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 30 (12.11% from 255 or 10.53% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB241E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB241E is #24DBE1. Grayscale: #5A5A5A. Windows color (decimal): -2415586 or 1975515. OLE color: 1975515.
HSL color Cylindrical-coordinate representation of color #DB241E: hue angle of 1.9º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB241E is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 30 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.14 |
| HSL | 1.9º | 0.76% | 0.49% | - |
| HSV(B) | 1.9º | 0.86% | 0.86% | - |
| XYZ | 30.08 | 16.42 | 2.81 | - |
| YUV | 90.03 | 94.13 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 30 | 0 | 0.84 | 0.86 | 0.14 | 1.9 | 0.76 | 0.49 |
| Hex | DB | 24 | 1E | 0 | 54 | 56 | E | 2 | 4C | 31 |
| Octal | 333 | 44 | 36 | 0 | 124 | 126 | 16 | 2 | 114 | 61 |
| Binary | 11011011 | 100100 | 11110 | 0 | 1010100 | 1010110 | 1110 | 10 | 1001100 | 110001 |
Color Harmonies of #DB241E
Complementary color
Monochromatic Colors of #DB241E
Black with #DB241E
Text Example
Text Example
White with #DB241E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB241E; }
p { color: rgb(219,36,30); }
H1.HeaderClassName
{
color: #DB241E;
}
.AnyTagClassName
{
color: #DB241E;
}
</style>
background-color css
<style>
a { background-color: #DB241E; }
a { background-color: rgb(219,36,30); }
div.DivClassName
{
background-color: #DB241E;
}
.BgClassName
{
background-color: #DB241E;
}
</style>
border-color css
<style>
span { border-color: #DB241E; }
span { border-color: rgb(219,36,30); }
td.TdClassName
{
border-color: #DB241E;
}
.TagClassName
{
border-color: #DB241E;
}
</style>