Html Css Color HEX #D02402 Harley Davidson Orange
📋 copy color: '#D02402'red 208 ◦ green 36 ◦ blue 2
Shades of Harley Davidson Orange #D02402
Tints of Harley Davidson Orange #D02402
RGB
CMYK
RGB Variations
Color information
#D02402 (or 0xD02402) is known color: Harley Davidson Orange. HEX triplet: D0, 24 and 02. RGB value is (208,36,2). Sum of RGB (Red+Green+Blue) = 208+36+2=246 (32% of max value = 765). Red value is 208 (81.64% from 255 or 84.55% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 208 - color contains mainly: red. Hex color #D02402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02402 is #2FDBFD. Grayscale: #535353. Windows color (decimal): -3136510 or 140496. OLE color: 140496.
HSL color Cylindrical-coordinate representation of color #D02402: hue angle of 9.9º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D02402 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 36 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.18 |
| HSL | 9.9º | 0.98% | 0.41% | - |
| HSV(B) | 9.9º | 0.99% | 0.82% | - |
| XYZ | 26.65 | 14.68 | 1.49 | - |
| YUV | 83.55 | 81.98 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 2 | 0 | 0.83 | 0.99 | 0.18 | 9.9 | 0.98 | 0.41 |
| Hex | D0 | 24 | 2 | 0 | 53 | 63 | 12 | A | 62 | 29 |
| Octal | 320 | 44 | 2 | 0 | 123 | 143 | 22 | 12 | 142 | 51 |
| Binary | 11010000 | 100100 | 10 | 0 | 1010011 | 1100011 | 10010 | 1010 | 1100010 | 101001 |
Color Harmonies of #D02402
Complementary color
Monochromatic Colors of #D02402
Black with #D02402
Text Example
Text Example
White with #D02402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02402; }
p { color: rgb(208,36,2); }
H1.HeaderClassName
{
color: #D02402;
}
.AnyTagClassName
{
color: #D02402;
}
</style>
background-color css
<style>
a { background-color: #D02402; }
a { background-color: rgb(208,36,2); }
div.DivClassName
{
background-color: #D02402;
}
.BgClassName
{
background-color: #D02402;
}
</style>
border-color css
<style>
span { border-color: #D02402; }
span { border-color: rgb(208,36,2); }
td.TdClassName
{
border-color: #D02402;
}
.TagClassName
{
border-color: #D02402;
}
</style>