Html Css Color HEX #DB410C Harley Davidson Orange
📋 copy color: '#DB410C'red 219 ◦ green 65 ◦ blue 12
Shades of Harley Davidson Orange #DB410C
Tints of Harley Davidson Orange #DB410C
RGB
CMYK
RGB Variations
Color information
#DB410C (or 0xDB410C) is known color: Harley Davidson Orange. HEX triplet: DB, 41 and 0C. RGB value is (219,65,12). Sum of RGB (Red+Green+Blue) = 219+65+12=296 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.99% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 12 (5.08% from 255 or 4.05% from 296); Max value from RGB is 219 - color contains mainly: red. Hex color #DB410C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB410C is #24BEF3. Grayscale: #696969. Windows color (decimal): -2408180 or 803291. OLE color: 803291.
HSL color Cylindrical-coordinate representation of color #DB410C: hue angle of 15.36º 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 #DB410C is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 12 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.14 |
| HSL | 15.36º | 0.9% | 0.45% | - |
| HSV(B) | 15.36º | 0.95% | 0.86% | - |
| XYZ | 31.17 | 18.87 | 2.35 | - |
| YUV | 105 | 75.52 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 12 | 0 | 0.70 | 0.95 | 0.14 | 15.36 | 0.9 | 0.45 |
| Hex | DB | 41 | C | 0 | 46 | 5F | E | F | 5A | 2D |
| Octal | 333 | 101 | 14 | 0 | 106 | 137 | 16 | 17 | 132 | 55 |
| Binary | 11011011 | 1000001 | 1100 | 0 | 1000110 | 1011111 | 1110 | 1111 | 1011010 | 101101 |
Color Harmonies of #DB410C
Complementary color
Monochromatic Colors of #DB410C
Black with #DB410C
Text Example
Text Example
White with #DB410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB410C; }
p { color: rgb(219,65,12); }
H1.HeaderClassName
{
color: #DB410C;
}
.AnyTagClassName
{
color: #DB410C;
}
</style>
background-color css
<style>
a { background-color: #DB410C; }
a { background-color: rgb(219,65,12); }
div.DivClassName
{
background-color: #DB410C;
}
.BgClassName
{
background-color: #DB410C;
}
</style>
border-color css
<style>
span { border-color: #DB410C; }
span { border-color: rgb(219,65,12); }
td.TdClassName
{
border-color: #DB410C;
}
.TagClassName
{
border-color: #DB410C;
}
</style>