Html Css Color HEX #D83D14 Harley Davidson Orange
📋 copy color: '#D83D14'red 216 ◦ green 61 ◦ blue 20
Shades of Harley Davidson Orange #D83D14
Tints of Harley Davidson Orange #D83D14
RGB
CMYK
RGB Variations
Color information
#D83D14 (or 0xD83D14) is known color: Harley Davidson Orange. HEX triplet: D8, 3D and 14. RGB value is (216,61,20). Sum of RGB (Red+Green+Blue) = 216+61+20=297 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.73% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 216 - color contains mainly: red. Hex color #D83D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83D14 is #27C2EB. Grayscale: #666666. Windows color (decimal): -2605804 or 1326552. OLE color: 1326552.
HSL color Cylindrical-coordinate representation of color #D83D14: hue angle of 12.55º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D83D14 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 61 | 20 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.15 |
| HSL | 12.55º | 0.83% | 0.46% | - |
| HSV(B) | 12.55º | 0.91% | 0.85% | - |
| XYZ | 30.11 | 17.99 | 2.55 | - |
| YUV | 102.67 | 81.35 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 61 | 20 | 0 | 0.72 | 0.91 | 0.15 | 12.55 | 0.83 | 0.46 |
| Hex | D8 | 3D | 14 | 0 | 48 | 5B | F | D | 53 | 2E |
| Octal | 330 | 75 | 24 | 0 | 110 | 133 | 17 | 15 | 123 | 56 |
| Binary | 11011000 | 111101 | 10100 | 0 | 1001000 | 1011011 | 1111 | 1101 | 1010011 | 101110 |
Color Harmonies of #D83D14
Complementary color
Monochromatic Colors of #D83D14
Black with #D83D14
Text Example
Text Example
White with #D83D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83D14; }
p { color: rgb(216,61,20); }
H1.HeaderClassName
{
color: #D83D14;
}
.AnyTagClassName
{
color: #D83D14;
}
</style>
background-color css
<style>
a { background-color: #D83D14; }
a { background-color: rgb(216,61,20); }
div.DivClassName
{
background-color: #D83D14;
}
.BgClassName
{
background-color: #D83D14;
}
</style>
border-color css
<style>
span { border-color: #D83D14; }
span { border-color: rgb(216,61,20); }
td.TdClassName
{
border-color: #D83D14;
}
.TagClassName
{
border-color: #D83D14;
}
</style>