Html Css Color HEX #D02400 Harley Davidson Orange
📋 copy color: '#D02400'red 208 ◦ green 36 ◦ blue 0
Shades of Harley Davidson Orange #D02400
Tints of Harley Davidson Orange #D02400
RGB
CMYK
RGB Variations
Color information
#D02400 (or 0xD02400) is known color: Harley Davidson Orange. HEX triplet: D0, 24 and 00. RGB value is (208,36,0). Sum of RGB (Red+Green+Blue) = 208+36+0=244 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.25% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 208 - color contains mainly: red. Hex color #D02400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02400 is #2FDBFF. Grayscale: #535353. Windows color (decimal): -3136512 or 9424. OLE color: 9424.
HSL color Cylindrical-coordinate representation of color #D02400: hue angle of 10.38º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D02400 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 36 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.18 |
| HSL | 10.38º | 1% | 0.41% | - |
| HSV(B) | 10.38º | 1% | 0.82% | - |
| XYZ | 26.64 | 14.67 | 1.43 | - |
| YUV | 83.32 | 80.98 | 216.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 0 | 0 | 0.83 | 1 | 0.18 | 10.38 | 1 | 0.41 |
| Hex | D0 | 24 | 0 | 0 | 53 | 64 | 12 | A | 64 | 29 |
| Octal | 320 | 44 | 0 | 0 | 123 | 144 | 22 | 12 | 144 | 51 |
| Binary | 11010000 | 100100 | 0 | 0 | 1010011 | 1100100 | 10010 | 1010 | 1100100 | 101001 |
Color Harmonies of #D02400
Complementary color
Monochromatic Colors of #D02400
Black with #D02400
Text Example
Text Example
White with #D02400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02400; }
p { color: rgb(208,36,0); }
H1.HeaderClassName
{
color: #D02400;
}
.AnyTagClassName
{
color: #D02400;
}
</style>
background-color css
<style>
a { background-color: #D02400; }
a { background-color: rgb(208,36,0); }
div.DivClassName
{
background-color: #D02400;
}
.BgClassName
{
background-color: #D02400;
}
</style>
border-color css
<style>
span { border-color: #D02400; }
span { border-color: rgb(208,36,0); }
td.TdClassName
{
border-color: #D02400;
}
.TagClassName
{
border-color: #D02400;
}
</style>