Html Css Color HEX #D83A14 Harley Davidson Orange
📋 copy color: '#D83A14'red 216 ◦ green 58 ◦ blue 20
Shades of Harley Davidson Orange #D83A14
Tints of Harley Davidson Orange #D83A14
RGB
CMYK
RGB Variations
Color information
#D83A14 (or 0xD83A14) is known color: Harley Davidson Orange. HEX triplet: D8, 3A and 14. RGB value is (216,58,20). Sum of RGB (Red+Green+Blue) = 216+58+20=294 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.47% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 216 - color contains mainly: red. Hex color #D83A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83A14 is #27C5EB. Grayscale: #656565. Windows color (decimal): -2606572 or 1325784. OLE color: 1325784.
HSL color Cylindrical-coordinate representation of color #D83A14: hue angle of 11.63º 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 #D83A14 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 58 | 20 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.15 |
| HSL | 11.63º | 0.83% | 0.46% | - |
| HSV(B) | 11.63º | 0.91% | 0.85% | - |
| XYZ | 29.96 | 17.68 | 2.49 | - |
| YUV | 100.91 | 82.35 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 58 | 20 | 0 | 0.73 | 0.91 | 0.15 | 11.63 | 0.83 | 0.46 |
| Hex | D8 | 3A | 14 | 0 | 49 | 5B | F | C | 53 | 2E |
| Octal | 330 | 72 | 24 | 0 | 111 | 133 | 17 | 14 | 123 | 56 |
| Binary | 11011000 | 111010 | 10100 | 0 | 1001001 | 1011011 | 1111 | 1100 | 1010011 | 101110 |
Color Harmonies of #D83A14
Complementary color
Monochromatic Colors of #D83A14
Black with #D83A14
Text Example
Text Example
White with #D83A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83A14; }
p { color: rgb(216,58,20); }
H1.HeaderClassName
{
color: #D83A14;
}
.AnyTagClassName
{
color: #D83A14;
}
</style>
background-color css
<style>
a { background-color: #D83A14; }
a { background-color: rgb(216,58,20); }
div.DivClassName
{
background-color: #D83A14;
}
.BgClassName
{
background-color: #D83A14;
}
</style>
border-color css
<style>
span { border-color: #D83A14; }
span { border-color: rgb(216,58,20); }
td.TdClassName
{
border-color: #D83A14;
}
.TagClassName
{
border-color: #D83A14;
}
</style>