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