Html Css Color HEX #DB230E Harley Davidson Orange
📋 copy color: '#DB230E'red 219 ◦ green 35 ◦ blue 14
Shades of Harley Davidson Orange #DB230E
Tints of Harley Davidson Orange #DB230E
RGB
CMYK
RGB Variations
Color information
#DB230E (or 0xDB230E) is known color: Harley Davidson Orange. HEX triplet: DB, 23 and 0E. RGB value is (219,35,14). Sum of RGB (Red+Green+Blue) = 219+35+14=268 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.72% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 219 - color contains mainly: red. Hex color #DB230E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB230E is #24DCF1. Grayscale: #575757. Windows color (decimal): -2415858 or 926683. OLE color: 926683.
HSL color Cylindrical-coordinate representation of color #DB230E: hue angle of 6.15º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB230E is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 14 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.14 |
| HSL | 6.15º | 0.88% | 0.46% | - |
| HSV(B) | 6.15º | 0.94% | 0.86% | - |
| XYZ | 29.89 | 16.29 | 1.98 | - |
| YUV | 87.62 | 86.46 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 14 | 0 | 0.84 | 0.94 | 0.14 | 6.15 | 0.88 | 0.46 |
| Hex | DB | 23 | E | 0 | 54 | 5E | E | 6 | 58 | 2E |
| Octal | 333 | 43 | 16 | 0 | 124 | 136 | 16 | 6 | 130 | 56 |
| Binary | 11011011 | 100011 | 1110 | 0 | 1010100 | 1011110 | 1110 | 110 | 1011000 | 101110 |
Color Harmonies of #DB230E
Complementary color
Monochromatic Colors of #DB230E
Black with #DB230E
Text Example
Text Example
White with #DB230E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB230E; }
p { color: rgb(219,35,14); }
H1.HeaderClassName
{
color: #DB230E;
}
.AnyTagClassName
{
color: #DB230E;
}
</style>
background-color css
<style>
a { background-color: #DB230E; }
a { background-color: rgb(219,35,14); }
div.DivClassName
{
background-color: #DB230E;
}
.BgClassName
{
background-color: #DB230E;
}
</style>
border-color css
<style>
span { border-color: #DB230E; }
span { border-color: rgb(219,35,14); }
td.TdClassName
{
border-color: #DB230E;
}
.TagClassName
{
border-color: #DB230E;
}
</style>