Html Css Color HEX #D62E00 Harley Davidson Orange
📋 copy color: '#D62E00'red 214 ◦ green 46 ◦ blue 0
Shades of Harley Davidson Orange #D62E00
Tints of Harley Davidson Orange #D62E00
RGB
CMYK
RGB Variations
Color information
#D62E00 (or 0xD62E00) is known color: Harley Davidson Orange. HEX triplet: D6, 2E and 00. RGB value is (214,46,0). Sum of RGB (Red+Green+Blue) = 214+46+0=260 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.31% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 214 - color contains mainly: red. Hex color #D62E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62E00 is #29D1FF. Grayscale: #5B5B5B. Windows color (decimal): -2740736 or 11990. OLE color: 11990.
HSL color Cylindrical-coordinate representation of color #D62E00: hue angle of 12.9º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D62E00 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 46 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.16 |
| HSL | 12.9º | 1% | 0.42% | - |
| HSV(B) | 12.9º | 1% | 0.84% | - |
| XYZ | 28.71 | 16.25 | 1.62 | - |
| YUV | 90.99 | 76.66 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 46 | 0 | 0 | 0.79 | 1 | 0.16 | 12.9 | 1 | 0.42 |
| Hex | D6 | 2E | 0 | 0 | 4F | 64 | 10 | D | 64 | 2A |
| Octal | 326 | 56 | 0 | 0 | 117 | 144 | 20 | 15 | 144 | 52 |
| Binary | 11010110 | 101110 | 0 | 0 | 1001111 | 1100100 | 10000 | 1101 | 1100100 | 101010 |
Color Harmonies of #D62E00
Complementary color
Monochromatic Colors of #D62E00
Black with #D62E00
Text Example
Text Example
White with #D62E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62E00; }
p { color: rgb(214,46,0); }
H1.HeaderClassName
{
color: #D62E00;
}
.AnyTagClassName
{
color: #D62E00;
}
</style>
background-color css
<style>
a { background-color: #D62E00; }
a { background-color: rgb(214,46,0); }
div.DivClassName
{
background-color: #D62E00;
}
.BgClassName
{
background-color: #D62E00;
}
</style>
border-color css
<style>
span { border-color: #D62E00; }
span { border-color: rgb(214,46,0); }
td.TdClassName
{
border-color: #D62E00;
}
.TagClassName
{
border-color: #D62E00;
}
</style>