Html Css Color HEX #D62702 Harley Davidson Orange
📋 copy color: '#D62702'red 214 ◦ green 39 ◦ blue 2
Shades of Harley Davidson Orange #D62702
Tints of Harley Davidson Orange #D62702
RGB
CMYK
RGB Variations
Color information
#D62702 (or 0xD62702) is known color: Harley Davidson Orange. HEX triplet: D6, 27 and 02. RGB value is (214,39,2). Sum of RGB (Red+Green+Blue) = 214+39+2=255 (33% of max value = 765). Red value is 214 (83.98% from 255 or 83.92% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 214 - color contains mainly: red. Hex color #D62702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62702 is #29D8FD. Grayscale: #575757. Windows color (decimal): -2742526 or 141270. OLE color: 141270.
HSL color Cylindrical-coordinate representation of color #D62702: hue angle of 10.47º 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 #D62702 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 39 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.16 |
| HSL | 10.47º | 0.98% | 0.42% | - |
| HSV(B) | 10.47º | 0.99% | 0.84% | - |
| XYZ | 28.47 | 15.75 | 1.6 | - |
| YUV | 87.11 | 79.98 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 39 | 2 | 0 | 0.82 | 0.99 | 0.16 | 10.47 | 0.98 | 0.42 |
| Hex | D6 | 27 | 2 | 0 | 52 | 63 | 10 | A | 62 | 2A |
| Octal | 326 | 47 | 2 | 0 | 122 | 143 | 20 | 12 | 142 | 52 |
| Binary | 11010110 | 100111 | 10 | 0 | 1010010 | 1100011 | 10000 | 1010 | 1100010 | 101010 |
Color Harmonies of #D62702
Complementary color
Monochromatic Colors of #D62702
Black with #D62702
Text Example
Text Example
White with #D62702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62702; }
p { color: rgb(214,39,2); }
H1.HeaderClassName
{
color: #D62702;
}
.AnyTagClassName
{
color: #D62702;
}
</style>
background-color css
<style>
a { background-color: #D62702; }
a { background-color: rgb(214,39,2); }
div.DivClassName
{
background-color: #D62702;
}
.BgClassName
{
background-color: #D62702;
}
</style>
border-color css
<style>
span { border-color: #D62702; }
span { border-color: rgb(214,39,2); }
td.TdClassName
{
border-color: #D62702;
}
.TagClassName
{
border-color: #D62702;
}
</style>