Html Css Color HEX #D74416 Harley Davidson Orange
📋 copy color: '#D74416'red 215 ◦ green 68 ◦ blue 22
Shades of Harley Davidson Orange #D74416
Tints of Harley Davidson Orange #D74416
RGB
CMYK
RGB Variations
Color information
#D74416 (or 0xD74416) is known color: Harley Davidson Orange. HEX triplet: D7, 44 and 16. RGB value is (215,68,22). Sum of RGB (Red+Green+Blue) = 215+68+22=305 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.49% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 215 - color contains mainly: red. Hex color #D74416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74416 is #28BBE9. Grayscale: #6B6B6B. Windows color (decimal): -2669546 or 1459415. OLE color: 1459415.
HSL color Cylindrical-coordinate representation of color #D74416: hue angle of 14.3º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D74416 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 68 | 22 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.16 |
| HSL | 14.3º | 0.81% | 0.46% | - |
| HSV(B) | 14.3º | 0.9% | 0.84% | - |
| XYZ | 30.24 | 18.64 | 2.76 | - |
| YUV | 106.71 | 80.2 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 68 | 22 | 0 | 0.68 | 0.90 | 0.16 | 14.3 | 0.81 | 0.46 |
| Hex | D7 | 44 | 16 | 0 | 44 | 5A | 10 | E | 51 | 2E |
| Octal | 327 | 104 | 26 | 0 | 104 | 132 | 20 | 16 | 121 | 56 |
| Binary | 11010111 | 1000100 | 10110 | 0 | 1000100 | 1011010 | 10000 | 1110 | 1010001 | 101110 |
Color Harmonies of #D74416
Complementary color
Monochromatic Colors of #D74416
Black with #D74416
Text Example
Text Example
White with #D74416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74416; }
p { color: rgb(215,68,22); }
H1.HeaderClassName
{
color: #D74416;
}
.AnyTagClassName
{
color: #D74416;
}
</style>
background-color css
<style>
a { background-color: #D74416; }
a { background-color: rgb(215,68,22); }
div.DivClassName
{
background-color: #D74416;
}
.BgClassName
{
background-color: #D74416;
}
</style>
border-color css
<style>
span { border-color: #D74416; }
span { border-color: rgb(215,68,22); }
td.TdClassName
{
border-color: #D74416;
}
.TagClassName
{
border-color: #D74416;
}
</style>