Html Css Color HEX #D62402 Harley Davidson Orange
📋 copy color: '#D62402'red 214 ◦ green 36 ◦ blue 2
Shades of Harley Davidson Orange #D62402
Tints of Harley Davidson Orange #D62402
RGB
CMYK
RGB Variations
Color information
#D62402 (or 0xD62402) is known color: Harley Davidson Orange. HEX triplet: D6, 24 and 02. RGB value is (214,36,2). Sum of RGB (Red+Green+Blue) = 214+36+2=252 (33% of max value = 765). Red value is 214 (83.98% from 255 or 84.92% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 214 - color contains mainly: red. Hex color #D62402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62402 is #29DBFD. Grayscale: #555555. Windows color (decimal): -2743294 or 140502. OLE color: 140502.
HSL color Cylindrical-coordinate representation of color #D62402: hue angle of 9.62º 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 #D62402 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 36 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.16 |
| HSL | 9.62º | 0.98% | 0.42% | - |
| HSV(B) | 9.62º | 0.99% | 0.84% | - |
| XYZ | 28.37 | 15.56 | 1.57 | - |
| YUV | 85.35 | 80.97 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 36 | 2 | 0 | 0.83 | 0.99 | 0.16 | 9.62 | 0.98 | 0.42 |
| Hex | D6 | 24 | 2 | 0 | 53 | 63 | 10 | A | 62 | 2A |
| Octal | 326 | 44 | 2 | 0 | 123 | 143 | 20 | 12 | 142 | 52 |
| Binary | 11010110 | 100100 | 10 | 0 | 1010011 | 1100011 | 10000 | 1010 | 1100010 | 101010 |
Color Harmonies of #D62402
Complementary color
Monochromatic Colors of #D62402
Black with #D62402
Text Example
Text Example
White with #D62402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62402; }
p { color: rgb(214,36,2); }
H1.HeaderClassName
{
color: #D62402;
}
.AnyTagClassName
{
color: #D62402;
}
</style>
background-color css
<style>
a { background-color: #D62402; }
a { background-color: rgb(214,36,2); }
div.DivClassName
{
background-color: #D62402;
}
.BgClassName
{
background-color: #D62402;
}
</style>
border-color css
<style>
span { border-color: #D62402; }
span { border-color: rgb(214,36,2); }
td.TdClassName
{
border-color: #D62402;
}
.TagClassName
{
border-color: #D62402;
}
</style>