Html Css Color HEX #D62D14 Harley Davidson Orange
📋 copy color: '#D62D14'red 214 ◦ green 45 ◦ blue 20
Shades of Harley Davidson Orange #D62D14
Tints of Harley Davidson Orange #D62D14
RGB
CMYK
RGB Variations
Color information
#D62D14 (or 0xD62D14) is known color: Harley Davidson Orange. HEX triplet: D6, 2D and 14. RGB value is (214,45,20). Sum of RGB (Red+Green+Blue) = 214+45+20=279 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.70% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62D14 is #29D2EB. Grayscale: #5C5C5C. Windows color (decimal): -2740972 or 1322454. OLE color: 1322454.
HSL color Cylindrical-coordinate representation of color #D62D14: hue angle of 7.73º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D62D14 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 45 | 20 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.16 |
| HSL | 7.73º | 0.83% | 0.46% | - |
| HSV(B) | 7.73º | 0.91% | 0.84% | - |
| XYZ | 28.8 | 16.22 | 2.28 | - |
| YUV | 92.68 | 86.99 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 45 | 20 | 0 | 0.79 | 0.91 | 0.16 | 7.73 | 0.83 | 0.46 |
| Hex | D6 | 2D | 14 | 0 | 4F | 5B | 10 | 8 | 53 | 2E |
| Octal | 326 | 55 | 24 | 0 | 117 | 133 | 20 | 10 | 123 | 56 |
| Binary | 11010110 | 101101 | 10100 | 0 | 1001111 | 1011011 | 10000 | 1000 | 1010011 | 101110 |
Color Harmonies of #D62D14
Complementary color
Monochromatic Colors of #D62D14
Black with #D62D14
Text Example
Text Example
White with #D62D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62D14; }
p { color: rgb(214,45,20); }
H1.HeaderClassName
{
color: #D62D14;
}
.AnyTagClassName
{
color: #D62D14;
}
</style>
background-color css
<style>
a { background-color: #D62D14; }
a { background-color: rgb(214,45,20); }
div.DivClassName
{
background-color: #D62D14;
}
.BgClassName
{
background-color: #D62D14;
}
</style>
border-color css
<style>
span { border-color: #D62D14; }
span { border-color: rgb(214,45,20); }
td.TdClassName
{
border-color: #D62D14;
}
.TagClassName
{
border-color: #D62D14;
}
</style>