Html Css Color HEX #D42F10 Harley Davidson Orange
📋 copy color: '#D42F10'red 212 ◦ green 47 ◦ blue 16
Shades of Harley Davidson Orange #D42F10
Tints of Harley Davidson Orange #D42F10
RGB
CMYK
RGB Variations
Color information
#D42F10 (or 0xD42F10) is known color: Harley Davidson Orange. HEX triplet: D4, 2F and 10. RGB value is (212,47,16). Sum of RGB (Red+Green+Blue) = 212+47+16=275 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.09% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 212 - color contains mainly: red. Hex color #D42F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42F10 is #2BD0EF. Grayscale: #5D5D5D. Windows color (decimal): -2871536 or 1060820. OLE color: 1060820.
HSL color Cylindrical-coordinate representation of color #D42F10: hue angle of 9.49º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D42F10 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 47 | 16 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.17 |
| HSL | 9.49º | 0.86% | 0.45% | - |
| HSV(B) | 9.49º | 0.92% | 0.83% | - |
| XYZ | 28.26 | 16.07 | 2.1 | - |
| YUV | 92.8 | 84.66 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 47 | 16 | 0 | 0.78 | 0.92 | 0.17 | 9.49 | 0.86 | 0.45 |
| Hex | D4 | 2F | 10 | 0 | 4E | 5C | 11 | 9 | 56 | 2D |
| Octal | 324 | 57 | 20 | 0 | 116 | 134 | 21 | 11 | 126 | 55 |
| Binary | 11010100 | 101111 | 10000 | 0 | 1001110 | 1011100 | 10001 | 1001 | 1010110 | 101101 |
Color Harmonies of #D42F10
Complementary color
Monochromatic Colors of #D42F10
Black with #D42F10
Text Example
Text Example
White with #D42F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42F10; }
p { color: rgb(212,47,16); }
H1.HeaderClassName
{
color: #D42F10;
}
.AnyTagClassName
{
color: #D42F10;
}
</style>
background-color css
<style>
a { background-color: #D42F10; }
a { background-color: rgb(212,47,16); }
div.DivClassName
{
background-color: #D42F10;
}
.BgClassName
{
background-color: #D42F10;
}
</style>
border-color css
<style>
span { border-color: #D42F10; }
span { border-color: rgb(212,47,16); }
td.TdClassName
{
border-color: #D42F10;
}
.TagClassName
{
border-color: #D42F10;
}
</style>