Html Css Color HEX #D74C19 Harley Davidson Orange
📋 copy color: '#D74C19'red 215 ◦ green 76 ◦ blue 25
Shades of Harley Davidson Orange #D74C19
Tints of Harley Davidson Orange #D74C19
RGB
CMYK
RGB Variations
Color information
#D74C19 (or 0xD74C19) is known color: Harley Davidson Orange. HEX triplet: D7, 4C and 19. RGB value is (215,76,25). Sum of RGB (Red+Green+Blue) = 215+76+25=316 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.04% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74C19 is #28B3E6. Grayscale: #707070. Windows color (decimal): -2667495 or 1658071. OLE color: 1658071.
HSL color Cylindrical-coordinate representation of color #D74C19: hue angle of 16.11º 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 #D74C19 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 76 | 25 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.16 |
| HSL | 16.11º | 0.79% | 0.47% | - |
| HSV(B) | 16.11º | 0.88% | 0.84% | - |
| XYZ | 30.78 | 19.69 | 3.1 | - |
| YUV | 111.75 | 79.05 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 76 | 25 | 0 | 0.65 | 0.88 | 0.16 | 16.11 | 0.79 | 0.47 |
| Hex | D7 | 4C | 19 | 0 | 41 | 58 | 10 | 10 | 4F | 2F |
| Octal | 327 | 114 | 31 | 0 | 101 | 130 | 20 | 20 | 117 | 57 |
| Binary | 11010111 | 1001100 | 11001 | 0 | 1000001 | 1011000 | 10000 | 10000 | 1001111 | 101111 |
Color Harmonies of #D74C19
Complementary color
Monochromatic Colors of #D74C19
Black with #D74C19
Text Example
Text Example
White with #D74C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74C19; }
p { color: rgb(215,76,25); }
H1.HeaderClassName
{
color: #D74C19;
}
.AnyTagClassName
{
color: #D74C19;
}
</style>
background-color css
<style>
a { background-color: #D74C19; }
a { background-color: rgb(215,76,25); }
div.DivClassName
{
background-color: #D74C19;
}
.BgClassName
{
background-color: #D74C19;
}
</style>
border-color css
<style>
span { border-color: #D74C19; }
span { border-color: rgb(215,76,25); }
td.TdClassName
{
border-color: #D74C19;
}
.TagClassName
{
border-color: #D74C19;
}
</style>