Html Css Color HEX #D74A14 Harley Davidson Orange
📋 copy color: '#D74A14'red 215 ◦ green 74 ◦ blue 20
Shades of Harley Davidson Orange #D74A14
Tints of Harley Davidson Orange #D74A14
RGB
CMYK
RGB Variations
Color information
#D74A14 (or 0xD74A14) is known color: Harley Davidson Orange. HEX triplet: D7, 4A and 14. RGB value is (215,74,20). Sum of RGB (Red+Green+Blue) = 215+74+20=309 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.58% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74A14 is #28B5EB. Grayscale: #6E6E6E. Windows color (decimal): -2668012 or 1329879. OLE color: 1329879.
HSL color Cylindrical-coordinate representation of color #D74A14: hue angle of 16.62º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D74A14 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 20 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.16 |
| HSL | 16.62º | 0.83% | 0.46% | - |
| HSV(B) | 16.62º | 0.91% | 0.84% | - |
| XYZ | 30.6 | 19.4 | 2.79 | - |
| YUV | 110 | 77.21 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 20 | 0 | 0.66 | 0.91 | 0.16 | 16.62 | 0.83 | 0.46 |
| Hex | D7 | 4A | 14 | 0 | 42 | 5B | 10 | 11 | 53 | 2E |
| Octal | 327 | 112 | 24 | 0 | 102 | 133 | 20 | 21 | 123 | 56 |
| Binary | 11010111 | 1001010 | 10100 | 0 | 1000010 | 1011011 | 10000 | 10001 | 1010011 | 101110 |
Color Harmonies of #D74A14
Complementary color
Monochromatic Colors of #D74A14
Black with #D74A14
Text Example
Text Example
White with #D74A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74A14; }
p { color: rgb(215,74,20); }
H1.HeaderClassName
{
color: #D74A14;
}
.AnyTagClassName
{
color: #D74A14;
}
</style>
background-color css
<style>
a { background-color: #D74A14; }
a { background-color: rgb(215,74,20); }
div.DivClassName
{
background-color: #D74A14;
}
.BgClassName
{
background-color: #D74A14;
}
</style>
border-color css
<style>
span { border-color: #D74A14; }
span { border-color: rgb(215,74,20); }
td.TdClassName
{
border-color: #D74A14;
}
.TagClassName
{
border-color: #D74A14;
}
</style>