Html Css Color HEX #D62903 Harley Davidson Orange
📋 copy color: '#D62903'red 214 ◦ green 41 ◦ blue 3
Shades of Harley Davidson Orange #D62903
Tints of Harley Davidson Orange #D62903
RGB
CMYK
RGB Variations
Color information
#D62903 (or 0xD62903) is known color: Harley Davidson Orange. HEX triplet: D6, 29 and 03. RGB value is (214,41,3). Sum of RGB (Red+Green+Blue) = 214+41+3=258 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.95% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 214 - color contains mainly: red. Hex color #D62903 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62903 is #29D6FC. Grayscale: #585858. Windows color (decimal): -2742013 or 207318. OLE color: 207318.
HSL color Cylindrical-coordinate representation of color #D62903: hue angle of 10.81º 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 #D62903 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 41 | 3 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.16 |
| HSL | 10.81º | 0.97% | 0.43% | - |
| HSV(B) | 10.81º | 0.99% | 0.84% | - |
| XYZ | 28.54 | 15.89 | 1.65 | - |
| YUV | 88.4 | 79.81 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 41 | 3 | 0 | 0.81 | 0.99 | 0.16 | 10.81 | 0.97 | 0.43 |
| Hex | D6 | 29 | 3 | 0 | 51 | 63 | 10 | B | 61 | 2B |
| Octal | 326 | 51 | 3 | 0 | 121 | 143 | 20 | 13 | 141 | 53 |
| Binary | 11010110 | 101001 | 11 | 0 | 1010001 | 1100011 | 10000 | 1011 | 1100001 | 101011 |
Color Harmonies of #D62903
Complementary color
Monochromatic Colors of #D62903
Black with #D62903
Text Example
Text Example
White with #D62903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62903; }
p { color: rgb(214,41,3); }
H1.HeaderClassName
{
color: #D62903;
}
.AnyTagClassName
{
color: #D62903;
}
</style>
background-color css
<style>
a { background-color: #D62903; }
a { background-color: rgb(214,41,3); }
div.DivClassName
{
background-color: #D62903;
}
.BgClassName
{
background-color: #D62903;
}
</style>
border-color css
<style>
span { border-color: #D62903; }
span { border-color: rgb(214,41,3); }
td.TdClassName
{
border-color: #D62903;
}
.TagClassName
{
border-color: #D62903;
}
</style>