Html Css Color HEX #D83D1E Harley Davidson Orange
📋 copy color: '#D83D1E'red 216 ◦ green 61 ◦ blue 30
Shades of Harley Davidson Orange #D83D1E
Tints of Harley Davidson Orange #D83D1E
RGB
CMYK
RGB Variations
Color information
#D83D1E (or 0xD83D1E) is known color: Harley Davidson Orange. HEX triplet: D8, 3D and 1E. RGB value is (216,61,30). Sum of RGB (Red+Green+Blue) = 216+61+30=307 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.36% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 216 - color contains mainly: red. Hex color #D83D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83D1E is #27C2E1. Grayscale: #686868. Windows color (decimal): -2605794 or 1981912. OLE color: 1981912.
HSL color Cylindrical-coordinate representation of color #D83D1E: hue angle of 10º 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 #D83D1E is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 61 | 30 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.15 |
| HSL | 10º | 0.76% | 0.48% | - |
| HSV(B) | 10º | 0.86% | 0.85% | - |
| XYZ | 30.22 | 18.03 | 3.12 | - |
| YUV | 103.81 | 86.35 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 61 | 30 | 0 | 0.72 | 0.86 | 0.15 | 10 | 0.76 | 0.48 |
| Hex | D8 | 3D | 1E | 0 | 48 | 56 | F | A | 4C | 30 |
| Octal | 330 | 75 | 36 | 0 | 110 | 126 | 17 | 12 | 114 | 60 |
| Binary | 11011000 | 111101 | 11110 | 0 | 1001000 | 1010110 | 1111 | 1010 | 1001100 | 110000 |
Color Harmonies of #D83D1E
Complementary color
Monochromatic Colors of #D83D1E
Black with #D83D1E
Text Example
Text Example
White with #D83D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83D1E; }
p { color: rgb(216,61,30); }
H1.HeaderClassName
{
color: #D83D1E;
}
.AnyTagClassName
{
color: #D83D1E;
}
</style>
background-color css
<style>
a { background-color: #D83D1E; }
a { background-color: rgb(216,61,30); }
div.DivClassName
{
background-color: #D83D1E;
}
.BgClassName
{
background-color: #D83D1E;
}
</style>
border-color css
<style>
span { border-color: #D83D1E; }
span { border-color: rgb(216,61,30); }
td.TdClassName
{
border-color: #D83D1E;
}
.TagClassName
{
border-color: #D83D1E;
}
</style>