Html Css Color HEX #D42A1D Harley Davidson Orange
📋 copy color: '#D42A1D'red 212 ◦ green 42 ◦ blue 29
Shades of Harley Davidson Orange #D42A1D
Tints of Harley Davidson Orange #D42A1D
RGB
CMYK
RGB Variations
Color information
#D42A1D (or 0xD42A1D) is known color: Harley Davidson Orange. HEX triplet: D4, 2A and 1D. RGB value is (212,42,29). Sum of RGB (Red+Green+Blue) = 212+42+29=283 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.91% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 212 - color contains mainly: red. Hex color #D42A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42A1D is #2BD5E2. Grayscale: #5B5B5B. Windows color (decimal): -2872803 or 1911508. OLE color: 1911508.
HSL color Cylindrical-coordinate representation of color #D42A1D: hue angle of 4.26º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D42A1D is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 42 | 29 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.17 |
| HSL | 4.26º | 0.76% | 0.47% | - |
| HSV(B) | 4.26º | 0.86% | 0.83% | - |
| XYZ | 28.2 | 15.74 | 2.71 | - |
| YUV | 91.35 | 92.82 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 42 | 29 | 0 | 0.80 | 0.86 | 0.17 | 4.26 | 0.76 | 0.47 |
| Hex | D4 | 2A | 1D | 0 | 50 | 56 | 11 | 4 | 4C | 2F |
| Octal | 324 | 52 | 35 | 0 | 120 | 126 | 21 | 4 | 114 | 57 |
| Binary | 11010100 | 101010 | 11101 | 0 | 1010000 | 1010110 | 10001 | 100 | 1001100 | 101111 |
Color Harmonies of #D42A1D
Complementary color
Monochromatic Colors of #D42A1D
Black with #D42A1D
Text Example
Text Example
White with #D42A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42A1D; }
p { color: rgb(212,42,29); }
H1.HeaderClassName
{
color: #D42A1D;
}
.AnyTagClassName
{
color: #D42A1D;
}
</style>
background-color css
<style>
a { background-color: #D42A1D; }
a { background-color: rgb(212,42,29); }
div.DivClassName
{
background-color: #D42A1D;
}
.BgClassName
{
background-color: #D42A1D;
}
</style>
border-color css
<style>
span { border-color: #D42A1D; }
span { border-color: rgb(212,42,29); }
td.TdClassName
{
border-color: #D42A1D;
}
.TagClassName
{
border-color: #D42A1D;
}
</style>