Html Css Color HEX #DB241A Harley Davidson Orange
📋 copy color: '#DB241A'red 219 ◦ green 36 ◦ blue 26
Shades of Harley Davidson Orange #DB241A
Tints of Harley Davidson Orange #DB241A
RGB
CMYK
RGB Variations
Color information
#DB241A (or 0xDB241A) is known color: Harley Davidson Orange. HEX triplet: DB, 24 and 1A. RGB value is (219,36,26). Sum of RGB (Red+Green+Blue) = 219+36+26=281 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.94% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 219 - color contains mainly: red. Hex color #DB241A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB241A is #24DBE5. Grayscale: #595959. Windows color (decimal): -2415590 or 1713371. OLE color: 1713371.
HSL color Cylindrical-coordinate representation of color #DB241A: hue angle of 3.11º 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 #DB241A is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 26 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.14 |
| HSL | 3.11º | 0.79% | 0.48% | - |
| HSV(B) | 3.11º | 0.88% | 0.86% | - |
| XYZ | 30.03 | 16.4 | 2.56 | - |
| YUV | 89.58 | 92.13 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 26 | 0 | 0.84 | 0.88 | 0.14 | 3.11 | 0.79 | 0.48 |
| Hex | DB | 24 | 1A | 0 | 54 | 58 | E | 3 | 4F | 30 |
| Octal | 333 | 44 | 32 | 0 | 124 | 130 | 16 | 3 | 117 | 60 |
| Binary | 11011011 | 100100 | 11010 | 0 | 1010100 | 1011000 | 1110 | 11 | 1001111 | 110000 |
Color Harmonies of #DB241A
Complementary color
Monochromatic Colors of #DB241A
Black with #DB241A
Text Example
Text Example
White with #DB241A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB241A; }
p { color: rgb(219,36,26); }
H1.HeaderClassName
{
color: #DB241A;
}
.AnyTagClassName
{
color: #DB241A;
}
</style>
background-color css
<style>
a { background-color: #DB241A; }
a { background-color: rgb(219,36,26); }
div.DivClassName
{
background-color: #DB241A;
}
.BgClassName
{
background-color: #DB241A;
}
</style>
border-color css
<style>
span { border-color: #DB241A; }
span { border-color: rgb(219,36,26); }
td.TdClassName
{
border-color: #DB241A;
}
.TagClassName
{
border-color: #DB241A;
}
</style>