Html Css Color HEX #D74A19 Harley Davidson Orange
📋 copy color: '#D74A19'red 215 ◦ green 74 ◦ blue 25
Shades of Harley Davidson Orange #D74A19
Tints of Harley Davidson Orange #D74A19
RGB
CMYK
RGB Variations
Color information
#D74A19 (or 0xD74A19) is known color: Harley Davidson Orange. HEX triplet: D7, 4A and 19. RGB value is (215,74,25). Sum of RGB (Red+Green+Blue) = 215+74+25=314 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.47% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74A19 is #28B5E6. Grayscale: #6E6E6E. Windows color (decimal): -2668007 or 1657559. OLE color: 1657559.
HSL color Cylindrical-coordinate representation of color #D74A19: hue angle of 15.47º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D74A19 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 25 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.16 |
| HSL | 15.47º | 0.79% | 0.47% | - |
| HSV(B) | 15.47º | 0.88% | 0.84% | - |
| XYZ | 30.65 | 19.41 | 3.05 | - |
| YUV | 110.57 | 79.71 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 25 | 0 | 0.66 | 0.88 | 0.16 | 15.47 | 0.79 | 0.47 |
| Hex | D7 | 4A | 19 | 0 | 42 | 58 | 10 | F | 4F | 2F |
| Octal | 327 | 112 | 31 | 0 | 102 | 130 | 20 | 17 | 117 | 57 |
| Binary | 11010111 | 1001010 | 11001 | 0 | 1000010 | 1011000 | 10000 | 1111 | 1001111 | 101111 |
Color Harmonies of #D74A19
Complementary color
Monochromatic Colors of #D74A19
Black with #D74A19
Text Example
Text Example
White with #D74A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74A19; }
p { color: rgb(215,74,25); }
H1.HeaderClassName
{
color: #D74A19;
}
.AnyTagClassName
{
color: #D74A19;
}
</style>
background-color css
<style>
a { background-color: #D74A19; }
a { background-color: rgb(215,74,25); }
div.DivClassName
{
background-color: #D74A19;
}
.BgClassName
{
background-color: #D74A19;
}
</style>
border-color css
<style>
span { border-color: #D74A19; }
span { border-color: rgb(215,74,25); }
td.TdClassName
{
border-color: #D74A19;
}
.TagClassName
{
border-color: #D74A19;
}
</style>