Html Css Color HEX #D83E18 Harley Davidson Orange
📋 copy color: '#D83E18'red 216 ◦ green 62 ◦ blue 24
Shades of Harley Davidson Orange #D83E18
Tints of Harley Davidson Orange #D83E18
RGB
CMYK
RGB Variations
Color information
#D83E18 (or 0xD83E18) is known color: Harley Davidson Orange. HEX triplet: D8, 3E and 18. RGB value is (216,62,24). Sum of RGB (Red+Green+Blue) = 216+62+24=302 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.52% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 216 - color contains mainly: red. Hex color #D83E18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83E18 is #27C1E7. Grayscale: #686868. Windows color (decimal): -2605544 or 1588952. OLE color: 1588952.
HSL color Cylindrical-coordinate representation of color #D83E18: hue angle of 11.88º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D83E18 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 62 | 24 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.15 |
| HSL | 11.88º | 0.8% | 0.47% | - |
| HSV(B) | 11.88º | 0.89% | 0.85% | - |
| XYZ | 30.21 | 18.11 | 2.77 | - |
| YUV | 103.71 | 83.02 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 62 | 24 | 0 | 0.71 | 0.89 | 0.15 | 11.88 | 0.8 | 0.47 |
| Hex | D8 | 3E | 18 | 0 | 47 | 59 | F | C | 50 | 2F |
| Octal | 330 | 76 | 30 | 0 | 107 | 131 | 17 | 14 | 120 | 57 |
| Binary | 11011000 | 111110 | 11000 | 0 | 1000111 | 1011001 | 1111 | 1100 | 1010000 | 101111 |
Color Harmonies of #D83E18
Complementary color
Monochromatic Colors of #D83E18
Black with #D83E18
Text Example
Text Example
White with #D83E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83E18; }
p { color: rgb(216,62,24); }
H1.HeaderClassName
{
color: #D83E18;
}
.AnyTagClassName
{
color: #D83E18;
}
</style>
background-color css
<style>
a { background-color: #D83E18; }
a { background-color: rgb(216,62,24); }
div.DivClassName
{
background-color: #D83E18;
}
.BgClassName
{
background-color: #D83E18;
}
</style>
border-color css
<style>
span { border-color: #D83E18; }
span { border-color: rgb(216,62,24); }
td.TdClassName
{
border-color: #D83E18;
}
.TagClassName
{
border-color: #D83E18;
}
</style>