Html Css Color HEX #D62A1A Harley Davidson Orange
📋 copy color: '#D62A1A'red 214 ◦ green 42 ◦ blue 26
Shades of Harley Davidson Orange #D62A1A
Tints of Harley Davidson Orange #D62A1A
RGB
CMYK
RGB Variations
Color information
#D62A1A (or 0xD62A1A) is known color: Harley Davidson Orange. HEX triplet: D6, 2A and 1A. RGB value is (214,42,26). Sum of RGB (Red+Green+Blue) = 214+42+26=282 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.89% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62A1A is #29D5E5. Grayscale: #5B5B5B. Windows color (decimal): -2741734 or 1714902. OLE color: 1714902.
HSL color Cylindrical-coordinate representation of color #D62A1A: hue angle of 5.11º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D62A1A is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 42 | 26 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.16 |
| HSL | 5.11º | 0.78% | 0.47% | - |
| HSV(B) | 5.11º | 0.88% | 0.84% | - |
| XYZ | 28.75 | 16.03 | 2.56 | - |
| YUV | 91.6 | 90.98 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 42 | 26 | 0 | 0.80 | 0.88 | 0.16 | 5.11 | 0.78 | 0.47 |
| Hex | D6 | 2A | 1A | 0 | 50 | 58 | 10 | 5 | 4E | 2F |
| Octal | 326 | 52 | 32 | 0 | 120 | 130 | 20 | 5 | 116 | 57 |
| Binary | 11010110 | 101010 | 11010 | 0 | 1010000 | 1011000 | 10000 | 101 | 1001110 | 101111 |
Color Harmonies of #D62A1A
Complementary color
Monochromatic Colors of #D62A1A
Black with #D62A1A
Text Example
Text Example
White with #D62A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62A1A; }
p { color: rgb(214,42,26); }
H1.HeaderClassName
{
color: #D62A1A;
}
.AnyTagClassName
{
color: #D62A1A;
}
</style>
background-color css
<style>
a { background-color: #D62A1A; }
a { background-color: rgb(214,42,26); }
div.DivClassName
{
background-color: #D62A1A;
}
.BgClassName
{
background-color: #D62A1A;
}
</style>
border-color css
<style>
span { border-color: #D62A1A; }
span { border-color: rgb(214,42,26); }
td.TdClassName
{
border-color: #D62A1A;
}
.TagClassName
{
border-color: #D62A1A;
}
</style>