Html Css Color HEX #D62D13 Harley Davidson Orange
📋 copy color: '#D62D13'red 214 ◦ green 45 ◦ blue 19
Shades of Harley Davidson Orange #D62D13
Tints of Harley Davidson Orange #D62D13
RGB
CMYK
RGB Variations
Color information
#D62D13 (or 0xD62D13) is known color: Harley Davidson Orange. HEX triplet: D6, 2D and 13. RGB value is (214,45,19). Sum of RGB (Red+Green+Blue) = 214+45+19=278 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.98% from 278); Green value is 45 (17.97% from 255 or 16.19% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62D13 is #29D2EC. Grayscale: #5C5C5C. Windows color (decimal): -2740973 or 1256918. OLE color: 1256918.
HSL color Cylindrical-coordinate representation of color #D62D13: hue angle of 8º degrees, saturation: 0.84, 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 #D62D13 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 45 | 19 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.16 |
| HSL | 8º | 0.84% | 0.46% | - |
| HSV(B) | 8º | 0.91% | 0.84% | - |
| XYZ | 28.79 | 16.22 | 2.23 | - |
| YUV | 92.57 | 86.49 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 45 | 19 | 0 | 0.79 | 0.91 | 0.16 | 8 | 0.84 | 0.46 |
| Hex | D6 | 2D | 13 | 0 | 4F | 5B | 10 | 8 | 54 | 2E |
| Octal | 326 | 55 | 23 | 0 | 117 | 133 | 20 | 10 | 124 | 56 |
| Binary | 11010110 | 101101 | 10011 | 0 | 1001111 | 1011011 | 10000 | 1000 | 1010100 | 101110 |
Color Harmonies of #D62D13
Complementary color
Monochromatic Colors of #D62D13
Black with #D62D13
Text Example
Text Example
White with #D62D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62D13; }
p { color: rgb(214,45,19); }
H1.HeaderClassName
{
color: #D62D13;
}
.AnyTagClassName
{
color: #D62D13;
}
</style>
background-color css
<style>
a { background-color: #D62D13; }
a { background-color: rgb(214,45,19); }
div.DivClassName
{
background-color: #D62D13;
}
.BgClassName
{
background-color: #D62D13;
}
</style>
border-color css
<style>
span { border-color: #D62D13; }
span { border-color: rgb(214,45,19); }
td.TdClassName
{
border-color: #D62D13;
}
.TagClassName
{
border-color: #D62D13;
}
</style>