Html Css Color HEX #D24001 Harley Davidson Orange
📋 copy color: '#D24001'red 210 ◦ green 64 ◦ blue 1
Shades of Harley Davidson Orange #D24001
Tints of Harley Davidson Orange #D24001
RGB
CMYK
RGB Variations
Color information
#D24001 (or 0xD24001) is known color: Harley Davidson Orange. HEX triplet: D2, 40 and 01. RGB value is (210,64,1). Sum of RGB (Red+Green+Blue) = 210+64+1=275 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.36% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 210 - color contains mainly: red. Hex color #D24001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24001 is #2DBFFE. Grayscale: #646464. Windows color (decimal): -2998271 or 82130. OLE color: 82130.
HSL color Cylindrical-coordinate representation of color #D24001: hue angle of 18.09º 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 #D24001 is Cyan = 0, Magento = 0.70, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 1 | - |
| CMYK | 0 | 0.70 | 1.00 | 0.18 |
| HSL | 18.09º | 0.99% | 0.41% | - |
| HSV(B) | 18.09º | 1% | 0.82% | - |
| XYZ | 28.42 | 17.37 | 1.88 | - |
| YUV | 100.47 | 71.87 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 1 | 0 | 0.70 | 1.00 | 0.18 | 18.09 | 0.99 | 0.41 |
| Hex | D2 | 40 | 1 | 0 | 46 | 64 | 12 | 12 | 63 | 29 |
| Octal | 322 | 100 | 1 | 0 | 106 | 144 | 22 | 22 | 143 | 51 |
| Binary | 11010010 | 1000000 | 1 | 0 | 1000110 | 1100100 | 10010 | 10010 | 1100011 | 101001 |
Color Harmonies of #D24001
Complementary color
Monochromatic Colors of #D24001
Black with #D24001
Text Example
Text Example
White with #D24001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24001; }
p { color: rgb(210,64,1); }
H1.HeaderClassName
{
color: #D24001;
}
.AnyTagClassName
{
color: #D24001;
}
</style>
background-color css
<style>
a { background-color: #D24001; }
a { background-color: rgb(210,64,1); }
div.DivClassName
{
background-color: #D24001;
}
.BgClassName
{
background-color: #D24001;
}
</style>
border-color css
<style>
span { border-color: #D24001; }
span { border-color: rgb(210,64,1); }
td.TdClassName
{
border-color: #D24001;
}
.TagClassName
{
border-color: #D24001;
}
</style>