Html Css Color HEX #D42902 Harley Davidson Orange
📋 copy color: '#D42902'red 212 ◦ green 41 ◦ blue 2
Shades of Harley Davidson Orange #D42902
Tints of Harley Davidson Orange #D42902
RGB
CMYK
RGB Variations
Color information
#D42902 (or 0xD42902) is known color: Harley Davidson Orange. HEX triplet: D4, 29 and 02. RGB value is (212,41,2). Sum of RGB (Red+Green+Blue) = 212+41+2=255 (33% of max value = 765). Red value is 212 (83.20% from 255 or 83.14% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 212 - color contains mainly: red. Hex color #D42902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42902 is #2BD6FD. Grayscale: #585858. Windows color (decimal): -2873086 or 141780. OLE color: 141780.
HSL color Cylindrical-coordinate representation of color #D42902: hue angle of 11.14º degrees, saturation: 0.98, 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 #D42902 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 41 | 2 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.17 |
| HSL | 11.14º | 0.98% | 0.42% | - |
| HSV(B) | 11.14º | 0.99% | 0.83% | - |
| XYZ | 27.96 | 15.59 | 1.59 | - |
| YUV | 87.68 | 79.65 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 41 | 2 | 0 | 0.81 | 0.99 | 0.17 | 11.14 | 0.98 | 0.42 |
| Hex | D4 | 29 | 2 | 0 | 51 | 63 | 11 | B | 62 | 2A |
| Octal | 324 | 51 | 2 | 0 | 121 | 143 | 21 | 13 | 142 | 52 |
| Binary | 11010100 | 101001 | 10 | 0 | 1010001 | 1100011 | 10001 | 1011 | 1100010 | 101010 |
Color Harmonies of #D42902
Complementary color
Monochromatic Colors of #D42902
Black with #D42902
Text Example
Text Example
White with #D42902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42902; }
p { color: rgb(212,41,2); }
H1.HeaderClassName
{
color: #D42902;
}
.AnyTagClassName
{
color: #D42902;
}
</style>
background-color css
<style>
a { background-color: #D42902; }
a { background-color: rgb(212,41,2); }
div.DivClassName
{
background-color: #D42902;
}
.BgClassName
{
background-color: #D42902;
}
</style>
border-color css
<style>
span { border-color: #D42902; }
span { border-color: rgb(212,41,2); }
td.TdClassName
{
border-color: #D42902;
}
.TagClassName
{
border-color: #D42902;
}
</style>