Html Css Color HEX #D62D03 Harley Davidson Orange
📋 copy color: '#D62D03'red 214 ◦ green 45 ◦ blue 3
Shades of Harley Davidson Orange #D62D03
Tints of Harley Davidson Orange #D62D03
RGB
CMYK
RGB Variations
Color information
#D62D03 (or 0xD62D03) is known color: Harley Davidson Orange. HEX triplet: D6, 2D and 03. RGB value is (214,45,3). Sum of RGB (Red+Green+Blue) = 214+45+3=262 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.68% from 262); Green value is 45 (17.97% from 255 or 17.18% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62D03 is #29D2FC. Grayscale: #5B5B5B. Windows color (decimal): -2740989 or 208342. OLE color: 208342.
HSL color Cylindrical-coordinate representation of color #D62D03: hue angle of 11.94º 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 #D62D03 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 45 | 3 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.16 |
| HSL | 11.94º | 0.97% | 0.43% | - |
| HSV(B) | 11.94º | 0.99% | 0.84% | - |
| XYZ | 28.69 | 16.18 | 1.7 | - |
| YUV | 90.74 | 78.49 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 45 | 3 | 0 | 0.79 | 0.99 | 0.16 | 11.94 | 0.97 | 0.43 |
| Hex | D6 | 2D | 3 | 0 | 4F | 63 | 10 | C | 61 | 2B |
| Octal | 326 | 55 | 3 | 0 | 117 | 143 | 20 | 14 | 141 | 53 |
| Binary | 11010110 | 101101 | 11 | 0 | 1001111 | 1100011 | 10000 | 1100 | 1100001 | 101011 |
Color Harmonies of #D62D03
Complementary color
Monochromatic Colors of #D62D03
Black with #D62D03
Text Example
Text Example
White with #D62D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62D03; }
p { color: rgb(214,45,3); }
H1.HeaderClassName
{
color: #D62D03;
}
.AnyTagClassName
{
color: #D62D03;
}
</style>
background-color css
<style>
a { background-color: #D62D03; }
a { background-color: rgb(214,45,3); }
div.DivClassName
{
background-color: #D62D03;
}
.BgClassName
{
background-color: #D62D03;
}
</style>
border-color css
<style>
span { border-color: #D62D03; }
span { border-color: rgb(214,45,3); }
td.TdClassName
{
border-color: #D62D03;
}
.TagClassName
{
border-color: #D62D03;
}
</style>