Html Css Color HEX #D74020 Harley Davidson Orange
📋 copy color: '#D74020'red 215 ◦ green 64 ◦ blue 32
Shades of Harley Davidson Orange #D74020
Tints of Harley Davidson Orange #D74020
RGB
CMYK
RGB Variations
Color information
#D74020 (or 0xD74020) is known color: Harley Davidson Orange. HEX triplet: D7, 40 and 20. RGB value is (215,64,32). Sum of RGB (Red+Green+Blue) = 215+64+32=311 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.13% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 215 - color contains mainly: red. Hex color #D74020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74020 is #28BFDF. Grayscale: #696969. Windows color (decimal): -2670560 or 2113751. OLE color: 2113751.
HSL color Cylindrical-coordinate representation of color #D74020: hue angle of 10.49º 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 #D74020 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 64 | 32 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.16 |
| HSL | 10.49º | 0.74% | 0.48% | - |
| HSV(B) | 10.49º | 0.85% | 0.84% | - |
| XYZ | 30.12 | 18.22 | 3.3 | - |
| YUV | 105.5 | 86.53 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 64 | 32 | 0 | 0.70 | 0.85 | 0.16 | 10.49 | 0.74 | 0.48 |
| Hex | D7 | 40 | 20 | 0 | 46 | 55 | 10 | A | 4A | 30 |
| Octal | 327 | 100 | 40 | 0 | 106 | 125 | 20 | 12 | 112 | 60 |
| Binary | 11010111 | 1000000 | 100000 | 0 | 1000110 | 1010101 | 10000 | 1010 | 1001010 | 110000 |
Color Harmonies of #D74020
Complementary color
Monochromatic Colors of #D74020
Black with #D74020
Text Example
Text Example
White with #D74020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74020; }
p { color: rgb(215,64,32); }
H1.HeaderClassName
{
color: #D74020;
}
.AnyTagClassName
{
color: #D74020;
}
</style>
background-color css
<style>
a { background-color: #D74020; }
a { background-color: rgb(215,64,32); }
div.DivClassName
{
background-color: #D74020;
}
.BgClassName
{
background-color: #D74020;
}
</style>
border-color css
<style>
span { border-color: #D74020; }
span { border-color: rgb(215,64,32); }
td.TdClassName
{
border-color: #D74020;
}
.TagClassName
{
border-color: #D74020;
}
</style>