Html Css Color HEX #D9381C Harley Davidson Orange
📋 copy color: '#D9381C'red 217 ◦ green 56 ◦ blue 28
Shades of Harley Davidson Orange #D9381C
Tints of Harley Davidson Orange #D9381C
RGB
CMYK
RGB Variations
Color information
#D9381C (or 0xD9381C) is known color: Harley Davidson Orange. HEX triplet: D9, 38 and 1C. RGB value is (217,56,28). Sum of RGB (Red+Green+Blue) = 217+56+28=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 28 (11.33% from 255 or 9.30% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D9381C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9381C is #26C7E3. Grayscale: #656565. Windows color (decimal): -2541540 or 1849561. OLE color: 1849561.
HSL color Cylindrical-coordinate representation of color #D9381C: hue angle of 8.89º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D9381C is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 56 | 28 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.15 |
| HSL | 8.89º | 0.77% | 0.48% | - |
| HSV(B) | 8.89º | 0.87% | 0.85% | - |
| XYZ | 30.24 | 17.66 | 2.91 | - |
| YUV | 100.95 | 86.84 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 28 | 0 | 0.74 | 0.87 | 0.15 | 8.89 | 0.77 | 0.48 |
| Hex | D9 | 38 | 1C | 0 | 4A | 57 | F | 9 | 4D | 30 |
| Octal | 331 | 70 | 34 | 0 | 112 | 127 | 17 | 11 | 115 | 60 |
| Binary | 11011001 | 111000 | 11100 | 0 | 1001010 | 1010111 | 1111 | 1001 | 1001101 | 110000 |
Color Harmonies of #D9381C
Complementary color
Monochromatic Colors of #D9381C
Black with #D9381C
Text Example
Text Example
White with #D9381C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9381C; }
p { color: rgb(217,56,28); }
H1.HeaderClassName
{
color: #D9381C;
}
.AnyTagClassName
{
color: #D9381C;
}
</style>
background-color css
<style>
a { background-color: #D9381C; }
a { background-color: rgb(217,56,28); }
div.DivClassName
{
background-color: #D9381C;
}
.BgClassName
{
background-color: #D9381C;
}
</style>
border-color css
<style>
span { border-color: #D9381C; }
span { border-color: rgb(217,56,28); }
td.TdClassName
{
border-color: #D9381C;
}
.TagClassName
{
border-color: #D9381C;
}
</style>