Html Css Color HEX #DB350B Harley Davidson Orange
📋 copy color: '#DB350B'red 219 ◦ green 53 ◦ blue 11
Shades of Harley Davidson Orange #DB350B
Tints of Harley Davidson Orange #DB350B
RGB
CMYK
RGB Variations
Color information
#DB350B (or 0xDB350B) is known color: Harley Davidson Orange. HEX triplet: DB, 35 and 0B. RGB value is (219,53,11). Sum of RGB (Red+Green+Blue) = 219+53+11=283 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.39% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 219 - color contains mainly: red. Hex color #DB350B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB350B is #24CAF4. Grayscale: #626262. Windows color (decimal): -2411253 or 734683. OLE color: 734683.
HSL color Cylindrical-coordinate representation of color #DB350B: hue angle of 12.12º 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 #DB350B is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 11 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.14 |
| HSL | 12.12º | 0.9% | 0.45% | - |
| HSV(B) | 12.12º | 0.95% | 0.86% | - |
| XYZ | 30.55 | 17.63 | 2.11 | - |
| YUV | 97.85 | 79 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 11 | 0 | 0.76 | 0.95 | 0.14 | 12.12 | 0.9 | 0.45 |
| Hex | DB | 35 | B | 0 | 4C | 5F | E | C | 5A | 2D |
| Octal | 333 | 65 | 13 | 0 | 114 | 137 | 16 | 14 | 132 | 55 |
| Binary | 11011011 | 110101 | 1011 | 0 | 1001100 | 1011111 | 1110 | 1100 | 1011010 | 101101 |
Color Harmonies of #DB350B
Complementary color
Monochromatic Colors of #DB350B
Black with #DB350B
Text Example
Text Example
White with #DB350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB350B; }
p { color: rgb(219,53,11); }
H1.HeaderClassName
{
color: #DB350B;
}
.AnyTagClassName
{
color: #DB350B;
}
</style>
background-color css
<style>
a { background-color: #DB350B; }
a { background-color: rgb(219,53,11); }
div.DivClassName
{
background-color: #DB350B;
}
.BgClassName
{
background-color: #DB350B;
}
</style>
border-color css
<style>
span { border-color: #DB350B; }
span { border-color: rgb(219,53,11); }
td.TdClassName
{
border-color: #DB350B;
}
.TagClassName
{
border-color: #DB350B;
}
</style>