Html Css Color HEX #D62D18 Harley Davidson Orange
📋 copy color: '#D62D18'red 214 ◦ green 45 ◦ blue 24
Shades of Harley Davidson Orange #D62D18
Tints of Harley Davidson Orange #D62D18
RGB
CMYK
RGB Variations
Color information
#D62D18 (or 0xD62D18) is known color: Harley Davidson Orange. HEX triplet: D6, 2D and 18. RGB value is (214,45,24). Sum of RGB (Red+Green+Blue) = 214+45+24=283 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.62% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62D18 is #29D2E7. Grayscale: #5D5D5D. Windows color (decimal): -2740968 or 1584598. OLE color: 1584598.
HSL color Cylindrical-coordinate representation of color #D62D18: hue angle of 6.63º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D62D18 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 45 | 24 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.16 |
| HSL | 6.63º | 0.8% | 0.47% | - |
| HSV(B) | 6.63º | 0.89% | 0.84% | - |
| XYZ | 28.83 | 16.24 | 2.48 | - |
| YUV | 93.14 | 88.99 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 45 | 24 | 0 | 0.79 | 0.89 | 0.16 | 6.63 | 0.8 | 0.47 |
| Hex | D6 | 2D | 18 | 0 | 4F | 59 | 10 | 7 | 50 | 2F |
| Octal | 326 | 55 | 30 | 0 | 117 | 131 | 20 | 7 | 120 | 57 |
| Binary | 11010110 | 101101 | 11000 | 0 | 1001111 | 1011001 | 10000 | 111 | 1010000 | 101111 |
Color Harmonies of #D62D18
Complementary color
Monochromatic Colors of #D62D18
Black with #D62D18
Text Example
Text Example
White with #D62D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62D18; }
p { color: rgb(214,45,24); }
H1.HeaderClassName
{
color: #D62D18;
}
.AnyTagClassName
{
color: #D62D18;
}
</style>
background-color css
<style>
a { background-color: #D62D18; }
a { background-color: rgb(214,45,24); }
div.DivClassName
{
background-color: #D62D18;
}
.BgClassName
{
background-color: #D62D18;
}
</style>
border-color css
<style>
span { border-color: #D62D18; }
span { border-color: rgb(214,45,24); }
td.TdClassName
{
border-color: #D62D18;
}
.TagClassName
{
border-color: #D62D18;
}
</style>