Html Css Color HEX #DB241B Harley Davidson Orange
📋 copy color: '#DB241B'red 219 ◦ green 36 ◦ blue 27
Shades of Harley Davidson Orange #DB241B
Tints of Harley Davidson Orange #DB241B
RGB
CMYK
RGB Variations
Color information
#DB241B (or 0xDB241B) is known color: Harley Davidson Orange. HEX triplet: DB, 24 and 1B. RGB value is (219,36,27). Sum of RGB (Red+Green+Blue) = 219+36+27=282 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.66% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 219 - color contains mainly: red. Hex color #DB241B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB241B is #24DBE4. Grayscale: #595959. Windows color (decimal): -2415589 or 1778907. OLE color: 1778907.
HSL color Cylindrical-coordinate representation of color #DB241B: hue angle of 2.81º degrees, saturation: 0.78, 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 #DB241B is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 27 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.14 |
| HSL | 2.81º | 0.78% | 0.48% | - |
| HSV(B) | 2.81º | 0.88% | 0.86% | - |
| XYZ | 30.04 | 16.4 | 2.62 | - |
| YUV | 89.69 | 92.63 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 27 | 0 | 0.84 | 0.88 | 0.14 | 2.81 | 0.78 | 0.48 |
| Hex | DB | 24 | 1B | 0 | 54 | 58 | E | 3 | 4E | 30 |
| Octal | 333 | 44 | 33 | 0 | 124 | 130 | 16 | 3 | 116 | 60 |
| Binary | 11011011 | 100100 | 11011 | 0 | 1010100 | 1011000 | 1110 | 11 | 1001110 | 110000 |
Color Harmonies of #DB241B
Complementary color
Monochromatic Colors of #DB241B
Black with #DB241B
Text Example
Text Example
White with #DB241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB241B; }
p { color: rgb(219,36,27); }
H1.HeaderClassName
{
color: #DB241B;
}
.AnyTagClassName
{
color: #DB241B;
}
</style>
background-color css
<style>
a { background-color: #DB241B; }
a { background-color: rgb(219,36,27); }
div.DivClassName
{
background-color: #DB241B;
}
.BgClassName
{
background-color: #DB241B;
}
</style>
border-color css
<style>
span { border-color: #DB241B; }
span { border-color: rgb(219,36,27); }
td.TdClassName
{
border-color: #DB241B;
}
.TagClassName
{
border-color: #DB241B;
}
</style>