Html Css Color HEX #D42903 Harley Davidson Orange
📋 copy color: '#D42903'red 212 ◦ green 41 ◦ blue 3
Shades of Harley Davidson Orange #D42903
Tints of Harley Davidson Orange #D42903
RGB
CMYK
RGB Variations
Color information
#D42903 (or 0xD42903) is known color: Harley Davidson Orange. HEX triplet: D4, 29 and 03. RGB value is (212,41,3). Sum of RGB (Red+Green+Blue) = 212+41+3=256 (33% of max value = 765). Red value is 212 (83.20% from 255 or 82.81% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 212 - color contains mainly: red. Hex color #D42903 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42903 is #2BD6FC. Grayscale: #585858. Windows color (decimal): -2873085 or 207316. OLE color: 207316.
HSL color Cylindrical-coordinate representation of color #D42903: hue angle of 10.91º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D42903 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 41 | 3 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.17 |
| HSL | 10.91º | 0.97% | 0.42% | - |
| HSV(B) | 10.91º | 0.99% | 0.83% | - |
| XYZ | 27.96 | 15.59 | 1.62 | - |
| YUV | 87.8 | 80.15 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 41 | 3 | 0 | 0.81 | 0.99 | 0.17 | 10.91 | 0.97 | 0.42 |
| Hex | D4 | 29 | 3 | 0 | 51 | 63 | 11 | B | 61 | 2A |
| Octal | 324 | 51 | 3 | 0 | 121 | 143 | 21 | 13 | 141 | 52 |
| Binary | 11010100 | 101001 | 11 | 0 | 1010001 | 1100011 | 10001 | 1011 | 1100001 | 101010 |
Color Harmonies of #D42903
Complementary color
Monochromatic Colors of #D42903
Black with #D42903
Text Example
Text Example
White with #D42903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42903; }
p { color: rgb(212,41,3); }
H1.HeaderClassName
{
color: #D42903;
}
.AnyTagClassName
{
color: #D42903;
}
</style>
background-color css
<style>
a { background-color: #D42903; }
a { background-color: rgb(212,41,3); }
div.DivClassName
{
background-color: #D42903;
}
.BgClassName
{
background-color: #D42903;
}
</style>
border-color css
<style>
span { border-color: #D42903; }
span { border-color: rgb(212,41,3); }
td.TdClassName
{
border-color: #D42903;
}
.TagClassName
{
border-color: #D42903;
}
</style>