Html Css Color HEX #DB431A Harley Davidson Orange
📋 copy color: '#DB431A'red 219 ◦ green 67 ◦ blue 26
Shades of Harley Davidson Orange #DB431A
Tints of Harley Davidson Orange #DB431A
RGB
CMYK
RGB Variations
Color information
#DB431A (or 0xDB431A) is known color: Harley Davidson Orange. HEX triplet: DB, 43 and 1A. RGB value is (219,67,26). Sum of RGB (Red+Green+Blue) = 219+67+26=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB431A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB431A is #24BCE5. Grayscale: #6C6C6C. Windows color (decimal): -2407654 or 1721307. OLE color: 1721307.
HSL color Cylindrical-coordinate representation of color #DB431A: hue angle of 12.75º 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 #DB431A is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 67 | 26 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.14 |
| HSL | 12.75º | 0.79% | 0.48% | - |
| HSV(B) | 12.75º | 0.88% | 0.86% | - |
| XYZ | 31.41 | 19.15 | 3.02 | - |
| YUV | 107.77 | 81.86 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 26 | 0 | 0.69 | 0.88 | 0.14 | 12.75 | 0.79 | 0.48 |
| Hex | DB | 43 | 1A | 0 | 45 | 58 | E | D | 4F | 30 |
| Octal | 333 | 103 | 32 | 0 | 105 | 130 | 16 | 15 | 117 | 60 |
| Binary | 11011011 | 1000011 | 11010 | 0 | 1000101 | 1011000 | 1110 | 1101 | 1001111 | 110000 |
Color Harmonies of #DB431A
Complementary color
Monochromatic Colors of #DB431A
Black with #DB431A
Text Example
Text Example
White with #DB431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB431A; }
p { color: rgb(219,67,26); }
H1.HeaderClassName
{
color: #DB431A;
}
.AnyTagClassName
{
color: #DB431A;
}
</style>
background-color css
<style>
a { background-color: #DB431A; }
a { background-color: rgb(219,67,26); }
div.DivClassName
{
background-color: #DB431A;
}
.BgClassName
{
background-color: #DB431A;
}
</style>
border-color css
<style>
span { border-color: #DB431A; }
span { border-color: rgb(219,67,26); }
td.TdClassName
{
border-color: #DB431A;
}
.TagClassName
{
border-color: #DB431A;
}
</style>