Html Css Color HEX #D41D0B Harley Davidson Orange
📋 copy color: '#D41D0B'red 212 ◦ green 29 ◦ blue 11
Shades of Harley Davidson Orange #D41D0B
Tints of Harley Davidson Orange #D41D0B
RGB
CMYK
RGB Variations
Color information
#D41D0B (or 0xD41D0B) is known color: Harley Davidson Orange. HEX triplet: D4, 1D and 0B. RGB value is (212,29,11). Sum of RGB (Red+Green+Blue) = 212+29+11=252 (33% of max value = 765). Red value is 212 (83.20% from 255 or 84.13% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 212 - color contains mainly: red. Hex color #D41D0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D41D0B is #2BE2F4. Grayscale: #515151. Windows color (decimal): -2876149 or 728532. OLE color: 728532.
HSL color Cylindrical-coordinate representation of color #D41D0B: hue angle of 5.37º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D41D0B is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 29 | 11 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.17 |
| HSL | 5.37º | 0.9% | 0.44% | - |
| HSV(B) | 5.37º | 0.95% | 0.83% | - |
| XYZ | 27.65 | 14.9 | 1.74 | - |
| YUV | 81.67 | 88.13 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 29 | 11 | 0 | 0.86 | 0.95 | 0.17 | 5.37 | 0.9 | 0.44 |
| Hex | D4 | 1D | B | 0 | 56 | 5F | 11 | 5 | 5A | 2C |
| Octal | 324 | 35 | 13 | 0 | 126 | 137 | 21 | 5 | 132 | 54 |
| Binary | 11010100 | 11101 | 1011 | 0 | 1010110 | 1011111 | 10001 | 101 | 1011010 | 101100 |
Color Harmonies of #D41D0B
Complementary color
Monochromatic Colors of #D41D0B
Black with #D41D0B
Text Example
Text Example
White with #D41D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41D0B; }
p { color: rgb(212,29,11); }
H1.HeaderClassName
{
color: #D41D0B;
}
.AnyTagClassName
{
color: #D41D0B;
}
</style>
background-color css
<style>
a { background-color: #D41D0B; }
a { background-color: rgb(212,29,11); }
div.DivClassName
{
background-color: #D41D0B;
}
.BgClassName
{
background-color: #D41D0B;
}
</style>
border-color css
<style>
span { border-color: #D41D0B; }
span { border-color: rgb(212,29,11); }
td.TdClassName
{
border-color: #D41D0B;
}
.TagClassName
{
border-color: #D41D0B;
}
</style>