Html Css Color HEX #D62802 Harley Davidson Orange
📋 copy color: '#D62802'red 214 ◦ green 40 ◦ blue 2
Shades of Harley Davidson Orange #D62802
Tints of Harley Davidson Orange #D62802
RGB
CMYK
RGB Variations
Color information
#D62802 (or 0xD62802) is known color: Harley Davidson Orange. HEX triplet: D6, 28 and 02. RGB value is (214,40,2). Sum of RGB (Red+Green+Blue) = 214+40+2=256 (33% of max value = 765). Red value is 214 (83.98% from 255 or 83.59% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 214 - color contains mainly: red. Hex color #D62802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62802 is #29D7FD. Grayscale: #585858. Windows color (decimal): -2742270 or 141526. OLE color: 141526.
HSL color Cylindrical-coordinate representation of color #D62802: hue angle of 10.75º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D62802 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 40 | 2 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.16 |
| HSL | 10.75º | 0.98% | 0.42% | - |
| HSV(B) | 10.75º | 0.99% | 0.84% | - |
| XYZ | 28.5 | 15.82 | 1.61 | - |
| YUV | 87.69 | 79.65 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 40 | 2 | 0 | 0.81 | 0.99 | 0.16 | 10.75 | 0.98 | 0.42 |
| Hex | D6 | 28 | 2 | 0 | 51 | 63 | 10 | B | 62 | 2A |
| Octal | 326 | 50 | 2 | 0 | 121 | 143 | 20 | 13 | 142 | 52 |
| Binary | 11010110 | 101000 | 10 | 0 | 1010001 | 1100011 | 10000 | 1011 | 1100010 | 101010 |
Color Harmonies of #D62802
Complementary color
Monochromatic Colors of #D62802
Black with #D62802
Text Example
Text Example
White with #D62802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62802; }
p { color: rgb(214,40,2); }
H1.HeaderClassName
{
color: #D62802;
}
.AnyTagClassName
{
color: #D62802;
}
</style>
background-color css
<style>
a { background-color: #D62802; }
a { background-color: rgb(214,40,2); }
div.DivClassName
{
background-color: #D62802;
}
.BgClassName
{
background-color: #D62802;
}
</style>
border-color css
<style>
span { border-color: #D62802; }
span { border-color: rgb(214,40,2); }
td.TdClassName
{
border-color: #D62802;
}
.TagClassName
{
border-color: #D62802;
}
</style>