Html Css Color HEX #D9381E Harley Davidson Orange
📋 copy color: '#D9381E'red 217 ◦ green 56 ◦ blue 30
Shades of Harley Davidson Orange #D9381E
Tints of Harley Davidson Orange #D9381E
RGB
CMYK
RGB Variations
Color information
#D9381E (or 0xD9381E) is known color: Harley Davidson Orange. HEX triplet: D9, 38 and 1E. RGB value is (217,56,30). Sum of RGB (Red+Green+Blue) = 217+56+30=303 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.62% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 217 - color contains mainly: red. Hex color #D9381E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9381E is #26C7E1. Grayscale: #656565. Windows color (decimal): -2541538 or 1980633. OLE color: 1980633.
HSL color Cylindrical-coordinate representation of color #D9381E: hue angle of 8.34º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D9381E is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 56 | 30 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.15 |
| HSL | 8.34º | 0.76% | 0.48% | - |
| HSV(B) | 8.34º | 0.86% | 0.85% | - |
| XYZ | 30.26 | 17.67 | 3.04 | - |
| YUV | 101.18 | 87.84 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 30 | 0 | 0.74 | 0.86 | 0.15 | 8.34 | 0.76 | 0.48 |
| Hex | D9 | 38 | 1E | 0 | 4A | 56 | F | 8 | 4C | 30 |
| Octal | 331 | 70 | 36 | 0 | 112 | 126 | 17 | 10 | 114 | 60 |
| Binary | 11011001 | 111000 | 11110 | 0 | 1001010 | 1010110 | 1111 | 1000 | 1001100 | 110000 |
Color Harmonies of #D9381E
Complementary color
Monochromatic Colors of #D9381E
Black with #D9381E
Text Example
Text Example
White with #D9381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9381E; }
p { color: rgb(217,56,30); }
H1.HeaderClassName
{
color: #D9381E;
}
.AnyTagClassName
{
color: #D9381E;
}
</style>
background-color css
<style>
a { background-color: #D9381E; }
a { background-color: rgb(217,56,30); }
div.DivClassName
{
background-color: #D9381E;
}
.BgClassName
{
background-color: #D9381E;
}
</style>
border-color css
<style>
span { border-color: #D9381E; }
span { border-color: rgb(217,56,30); }
td.TdClassName
{
border-color: #D9381E;
}
.TagClassName
{
border-color: #D9381E;
}
</style>