Html Css Color HEX #D74413 Harley Davidson Orange
📋 copy color: '#D74413'red 215 ◦ green 68 ◦ blue 19
Shades of Harley Davidson Orange #D74413
Tints of Harley Davidson Orange #D74413
RGB
CMYK
RGB Variations
Color information
#D74413 (or 0xD74413) is known color: Harley Davidson Orange. HEX triplet: D7, 44 and 13. RGB value is (215,68,19). Sum of RGB (Red+Green+Blue) = 215+68+19=302 (40% of max value = 765). Red value is 215 (84.38% from 255 or 71.19% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 215 - color contains mainly: red. Hex color #D74413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74413 is #28BBEC. Grayscale: #6A6A6A. Windows color (decimal): -2669549 or 1262807. OLE color: 1262807.
HSL color Cylindrical-coordinate representation of color #D74413: hue angle of 15º degrees, saturation: 0.84, 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 #D74413 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 68 | 19 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.16 |
| HSL | 15º | 0.84% | 0.46% | - |
| HSV(B) | 15º | 0.91% | 0.84% | - |
| XYZ | 30.21 | 18.63 | 2.62 | - |
| YUV | 106.37 | 78.7 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 68 | 19 | 0 | 0.68 | 0.91 | 0.16 | 15 | 0.84 | 0.46 |
| Hex | D7 | 44 | 13 | 0 | 44 | 5B | 10 | F | 54 | 2E |
| Octal | 327 | 104 | 23 | 0 | 104 | 133 | 20 | 17 | 124 | 56 |
| Binary | 11010111 | 1000100 | 10011 | 0 | 1000100 | 1011011 | 10000 | 1111 | 1010100 | 101110 |
Color Harmonies of #D74413
Complementary color
Monochromatic Colors of #D74413
Black with #D74413
Text Example
Text Example
White with #D74413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74413; }
p { color: rgb(215,68,19); }
H1.HeaderClassName
{
color: #D74413;
}
.AnyTagClassName
{
color: #D74413;
}
</style>
background-color css
<style>
a { background-color: #D74413; }
a { background-color: rgb(215,68,19); }
div.DivClassName
{
background-color: #D74413;
}
.BgClassName
{
background-color: #D74413;
}
</style>
border-color css
<style>
span { border-color: #D74413; }
span { border-color: rgb(215,68,19); }
td.TdClassName
{
border-color: #D74413;
}
.TagClassName
{
border-color: #D74413;
}
</style>