Html Css Color HEX #D74120 Harley Davidson Orange
📋 copy color: '#D74120'red 215 ◦ green 65 ◦ blue 32
Shades of Harley Davidson Orange #D74120
Tints of Harley Davidson Orange #D74120
RGB
CMYK
RGB Variations
Color information
#D74120 (or 0xD74120) is known color: Harley Davidson Orange. HEX triplet: D7, 41 and 20. RGB value is (215,65,32). Sum of RGB (Red+Green+Blue) = 215+65+32=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D74120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74120 is #28BEDF. Grayscale: #6A6A6A. Windows color (decimal): -2670304 or 2114007. OLE color: 2114007.
HSL color Cylindrical-coordinate representation of color #D74120: hue angle of 10.82º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D74120 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 65 | 32 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.16 |
| HSL | 10.82º | 0.74% | 0.48% | - |
| HSV(B) | 10.82º | 0.85% | 0.84% | - |
| XYZ | 30.18 | 18.33 | 3.31 | - |
| YUV | 106.09 | 86.2 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 65 | 32 | 0 | 0.70 | 0.85 | 0.16 | 10.82 | 0.74 | 0.48 |
| Hex | D7 | 41 | 20 | 0 | 46 | 55 | 10 | B | 4A | 30 |
| Octal | 327 | 101 | 40 | 0 | 106 | 125 | 20 | 13 | 112 | 60 |
| Binary | 11010111 | 1000001 | 100000 | 0 | 1000110 | 1010101 | 10000 | 1011 | 1001010 | 110000 |
Color Harmonies of #D74120
Complementary color
Monochromatic Colors of #D74120
Black with #D74120
Text Example
Text Example
White with #D74120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74120; }
p { color: rgb(215,65,32); }
H1.HeaderClassName
{
color: #D74120;
}
.AnyTagClassName
{
color: #D74120;
}
</style>
background-color css
<style>
a { background-color: #D74120; }
a { background-color: rgb(215,65,32); }
div.DivClassName
{
background-color: #D74120;
}
.BgClassName
{
background-color: #D74120;
}
</style>
border-color css
<style>
span { border-color: #D74120; }
span { border-color: rgb(215,65,32); }
td.TdClassName
{
border-color: #D74120;
}
.TagClassName
{
border-color: #D74120;
}
</style>