Html Css Color HEX #D8380F Harley Davidson Orange
📋 copy color: '#D8380F'red 216 ◦ green 56 ◦ blue 15
Shades of Harley Davidson Orange #D8380F
Tints of Harley Davidson Orange #D8380F
RGB
CMYK
RGB Variations
Color information
#D8380F (or 0xD8380F) is known color: Harley Davidson Orange. HEX triplet: D8, 38 and 0F. RGB value is (216,56,15). Sum of RGB (Red+Green+Blue) = 216+56+15=287 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75.26% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 216 - color contains mainly: red. Hex color #D8380F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8380F is #27C7F0. Grayscale: #636363. Windows color (decimal): -2607089 or 997592. OLE color: 997592.
HSL color Cylindrical-coordinate representation of color #D8380F: hue angle of 12.24º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8380F is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 56 | 15 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.15 |
| HSL | 12.24º | 0.87% | 0.45% | - |
| HSV(B) | 12.24º | 0.93% | 0.85% | - |
| XYZ | 29.82 | 17.46 | 2.25 | - |
| YUV | 99.17 | 80.51 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 56 | 15 | 0 | 0.74 | 0.93 | 0.15 | 12.24 | 0.87 | 0.45 |
| Hex | D8 | 38 | F | 0 | 4A | 5D | F | C | 57 | 2D |
| Octal | 330 | 70 | 17 | 0 | 112 | 135 | 17 | 14 | 127 | 55 |
| Binary | 11011000 | 111000 | 1111 | 0 | 1001010 | 1011101 | 1111 | 1100 | 1010111 | 101101 |
Color Harmonies of #D8380F
Complementary color
Monochromatic Colors of #D8380F
Black with #D8380F
Text Example
Text Example
White with #D8380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8380F; }
p { color: rgb(216,56,15); }
H1.HeaderClassName
{
color: #D8380F;
}
.AnyTagClassName
{
color: #D8380F;
}
</style>
background-color css
<style>
a { background-color: #D8380F; }
a { background-color: rgb(216,56,15); }
div.DivClassName
{
background-color: #D8380F;
}
.BgClassName
{
background-color: #D8380F;
}
</style>
border-color css
<style>
span { border-color: #D8380F; }
span { border-color: rgb(216,56,15); }
td.TdClassName
{
border-color: #D8380F;
}
.TagClassName
{
border-color: #D8380F;
}
</style>