Html Css Color HEX #D42F20 Harley Davidson Orange
📋 copy color: '#D42F20'red 212 ◦ green 47 ◦ blue 32
Shades of Harley Davidson Orange #D42F20
Tints of Harley Davidson Orange #D42F20
RGB
CMYK
RGB Variations
Color information
#D42F20 (or 0xD42F20) is known color: Harley Davidson Orange. HEX triplet: D4, 2F and 20. RGB value is (212,47,32). Sum of RGB (Red+Green+Blue) = 212+47+32=291 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.85% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 212 - color contains mainly: red. Hex color #D42F20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42F20 is #2BD0DF. Grayscale: #5E5E5E. Windows color (decimal): -2871520 or 2109396. OLE color: 2109396.
HSL color Cylindrical-coordinate representation of color #D42F20: hue angle of 5º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D42F20 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 47 | 32 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.17 |
| HSL | 5º | 0.74% | 0.48% | - |
| HSV(B) | 5º | 0.85% | 0.83% | - |
| XYZ | 28.43 | 16.13 | 2.98 | - |
| YUV | 94.63 | 92.66 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 47 | 32 | 0 | 0.78 | 0.85 | 0.17 | 5 | 0.74 | 0.48 |
| Hex | D4 | 2F | 20 | 0 | 4E | 55 | 11 | 5 | 4A | 30 |
| Octal | 324 | 57 | 40 | 0 | 116 | 125 | 21 | 5 | 112 | 60 |
| Binary | 11010100 | 101111 | 100000 | 0 | 1001110 | 1010101 | 10001 | 101 | 1001010 | 110000 |
Color Harmonies of #D42F20
Complementary color
Monochromatic Colors of #D42F20
Black with #D42F20
Text Example
Text Example
White with #D42F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42F20; }
p { color: rgb(212,47,32); }
H1.HeaderClassName
{
color: #D42F20;
}
.AnyTagClassName
{
color: #D42F20;
}
</style>
background-color css
<style>
a { background-color: #D42F20; }
a { background-color: rgb(212,47,32); }
div.DivClassName
{
background-color: #D42F20;
}
.BgClassName
{
background-color: #D42F20;
}
</style>
border-color css
<style>
span { border-color: #D42F20; }
span { border-color: rgb(212,47,32); }
td.TdClassName
{
border-color: #D42F20;
}
.TagClassName
{
border-color: #D42F20;
}
</style>