Html Css Color HEX #D62A20 Harley Davidson Orange
📋 copy color: '#D62A20'red 214 ◦ green 42 ◦ blue 32
Shades of Harley Davidson Orange #D62A20
Tints of Harley Davidson Orange #D62A20
RGB
CMYK
RGB Variations
Color information
#D62A20 (or 0xD62A20) is known color: Harley Davidson Orange. HEX triplet: D6, 2A and 20. RGB value is (214,42,32). Sum of RGB (Red+Green+Blue) = 214+42+32=288 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.31% from 288); Green value is 42 (16.80% from 255 or 14.58% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62A20 is #29D5DF. Grayscale: #5C5C5C. Windows color (decimal): -2741728 or 2108118. OLE color: 2108118.
HSL color Cylindrical-coordinate representation of color #D62A20: hue angle of 3.3º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D62A20 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 42 | 32 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.16 |
| HSL | 3.3º | 0.74% | 0.48% | - |
| HSV(B) | 3.3º | 0.85% | 0.84% | - |
| XYZ | 28.82 | 16.06 | 2.95 | - |
| YUV | 92.29 | 93.98 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 42 | 32 | 0 | 0.80 | 0.85 | 0.16 | 3.3 | 0.74 | 0.48 |
| Hex | D6 | 2A | 20 | 0 | 50 | 55 | 10 | 3 | 4A | 30 |
| Octal | 326 | 52 | 40 | 0 | 120 | 125 | 20 | 3 | 112 | 60 |
| Binary | 11010110 | 101010 | 100000 | 0 | 1010000 | 1010101 | 10000 | 11 | 1001010 | 110000 |
Color Harmonies of #D62A20
Complementary color
Monochromatic Colors of #D62A20
Black with #D62A20
Text Example
Text Example
White with #D62A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62A20; }
p { color: rgb(214,42,32); }
H1.HeaderClassName
{
color: #D62A20;
}
.AnyTagClassName
{
color: #D62A20;
}
</style>
background-color css
<style>
a { background-color: #D62A20; }
a { background-color: rgb(214,42,32); }
div.DivClassName
{
background-color: #D62A20;
}
.BgClassName
{
background-color: #D62A20;
}
</style>
border-color css
<style>
span { border-color: #D62A20; }
span { border-color: rgb(214,42,32); }
td.TdClassName
{
border-color: #D62A20;
}
.TagClassName
{
border-color: #D62A20;
}
</style>