Html Css Color HEX #D42B05 Harley Davidson Orange
📋 copy color: '#D42B05'red 212 ◦ green 43 ◦ blue 5
Shades of Harley Davidson Orange #D42B05
Tints of Harley Davidson Orange #D42B05
RGB
CMYK
RGB Variations
Color information
#D42B05 (or 0xD42B05) is known color: Harley Davidson Orange. HEX triplet: D4, 2B and 05. RGB value is (212,43,5). Sum of RGB (Red+Green+Blue) = 212+43+5=260 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.54% from 260); Green value is 43 (17.19% from 255 or 16.54% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 212 - color contains mainly: red. Hex color #D42B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42B05 is #2BD4FA. Grayscale: #595959. Windows color (decimal): -2872571 or 338900. OLE color: 338900.
HSL color Cylindrical-coordinate representation of color #D42B05: hue angle of 11.01º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D42B05 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 43 | 5 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.17 |
| HSL | 11.01º | 0.95% | 0.43% | - |
| HSV(B) | 11.01º | 0.98% | 0.83% | - |
| XYZ | 28.04 | 15.74 | 1.7 | - |
| YUV | 89.2 | 80.49 | 215.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 43 | 5 | 0 | 0.80 | 0.98 | 0.17 | 11.01 | 0.95 | 0.43 |
| Hex | D4 | 2B | 5 | 0 | 50 | 62 | 11 | B | 5F | 2B |
| Octal | 324 | 53 | 5 | 0 | 120 | 142 | 21 | 13 | 137 | 53 |
| Binary | 11010100 | 101011 | 101 | 0 | 1010000 | 1100010 | 10001 | 1011 | 1011111 | 101011 |
Color Harmonies of #D42B05
Complementary color
Monochromatic Colors of #D42B05
Black with #D42B05
Text Example
Text Example
White with #D42B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42B05; }
p { color: rgb(212,43,5); }
H1.HeaderClassName
{
color: #D42B05;
}
.AnyTagClassName
{
color: #D42B05;
}
</style>
background-color css
<style>
a { background-color: #D42B05; }
a { background-color: rgb(212,43,5); }
div.DivClassName
{
background-color: #D42B05;
}
.BgClassName
{
background-color: #D42B05;
}
</style>
border-color css
<style>
span { border-color: #D42B05; }
span { border-color: rgb(212,43,5); }
td.TdClassName
{
border-color: #D42B05;
}
.TagClassName
{
border-color: #D42B05;
}
</style>