Html Css Color HEX #D62003 Harley Davidson Orange
📋 copy color: '#D62003'red 214 ◦ green 32 ◦ blue 3
Shades of Harley Davidson Orange #D62003
Tints of Harley Davidson Orange #D62003
RGB
CMYK
RGB Variations
Color information
#D62003 (or 0xD62003) is known color: Harley Davidson Orange. HEX triplet: D6, 20 and 03. RGB value is (214,32,3). Sum of RGB (Red+Green+Blue) = 214+32+3=249 (32% of max value = 765). Red value is 214 (83.98% from 255 or 85.94% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 214 - color contains mainly: red. Hex color #D62003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62003 is #29DFFC. Grayscale: #535353. Windows color (decimal): -2744317 or 205014. OLE color: 205014.
HSL color Cylindrical-coordinate representation of color #D62003: hue angle of 8.25º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D62003 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 3 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.16 |
| HSL | 8.25º | 0.97% | 0.43% | - |
| HSV(B) | 8.25º | 0.99% | 0.84% | - |
| XYZ | 28.26 | 15.34 | 1.56 | - |
| YUV | 83.11 | 82.8 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 3 | 0 | 0.85 | 0.99 | 0.16 | 8.25 | 0.97 | 0.43 |
| Hex | D6 | 20 | 3 | 0 | 55 | 63 | 10 | 8 | 61 | 2B |
| Octal | 326 | 40 | 3 | 0 | 125 | 143 | 20 | 10 | 141 | 53 |
| Binary | 11010110 | 100000 | 11 | 0 | 1010101 | 1100011 | 10000 | 1000 | 1100001 | 101011 |
Color Harmonies of #D62003
Complementary color
Monochromatic Colors of #D62003
Black with #D62003
Text Example
Text Example
White with #D62003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62003; }
p { color: rgb(214,32,3); }
H1.HeaderClassName
{
color: #D62003;
}
.AnyTagClassName
{
color: #D62003;
}
</style>
background-color css
<style>
a { background-color: #D62003; }
a { background-color: rgb(214,32,3); }
div.DivClassName
{
background-color: #D62003;
}
.BgClassName
{
background-color: #D62003;
}
</style>
border-color css
<style>
span { border-color: #D62003; }
span { border-color: rgb(214,32,3); }
td.TdClassName
{
border-color: #D62003;
}
.TagClassName
{
border-color: #D62003;
}
</style>