Html Css Color HEX #D42B0B Harley Davidson Orange
📋 copy color: '#D42B0B'red 212 ◦ green 43 ◦ blue 11
Shades of Harley Davidson Orange #D42B0B
Tints of Harley Davidson Orange #D42B0B
RGB
CMYK
RGB Variations
Color information
#D42B0B (or 0xD42B0B) is known color: Harley Davidson Orange. HEX triplet: D4, 2B and 0B. RGB value is (212,43,11). Sum of RGB (Red+Green+Blue) = 212+43+11=266 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.70% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 212 - color contains mainly: red. Hex color #D42B0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42B0B is #2BD4F4. Grayscale: #5A5A5A. Windows color (decimal): -2872565 or 732116. OLE color: 732116.
HSL color Cylindrical-coordinate representation of color #D42B0B: hue angle of 9.55º 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 #D42B0B is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 43 | 11 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.17 |
| HSL | 9.55º | 0.9% | 0.44% | - |
| HSV(B) | 9.55º | 0.95% | 0.83% | - |
| XYZ | 28.08 | 15.75 | 1.88 | - |
| YUV | 89.88 | 83.49 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 43 | 11 | 0 | 0.80 | 0.95 | 0.17 | 9.55 | 0.9 | 0.44 |
| Hex | D4 | 2B | B | 0 | 50 | 5F | 11 | A | 5A | 2C |
| Octal | 324 | 53 | 13 | 0 | 120 | 137 | 21 | 12 | 132 | 54 |
| Binary | 11010100 | 101011 | 1011 | 0 | 1010000 | 1011111 | 10001 | 1010 | 1011010 | 101100 |
Color Harmonies of #D42B0B
Complementary color
Monochromatic Colors of #D42B0B
Black with #D42B0B
Text Example
Text Example
White with #D42B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42B0B; }
p { color: rgb(212,43,11); }
H1.HeaderClassName
{
color: #D42B0B;
}
.AnyTagClassName
{
color: #D42B0B;
}
</style>
background-color css
<style>
a { background-color: #D42B0B; }
a { background-color: rgb(212,43,11); }
div.DivClassName
{
background-color: #D42B0B;
}
.BgClassName
{
background-color: #D42B0B;
}
</style>
border-color css
<style>
span { border-color: #D42B0B; }
span { border-color: rgb(212,43,11); }
td.TdClassName
{
border-color: #D42B0B;
}
.TagClassName
{
border-color: #D42B0B;
}
</style>