Html Css Color HEX #D83013 Harley Davidson Orange
📋 copy color: '#D83013'red 216 ◦ green 48 ◦ blue 19
Shades of Harley Davidson Orange #D83013
Tints of Harley Davidson Orange #D83013
RGB
CMYK
RGB Variations
Color information
#D83013 (or 0xD83013) is known color: Harley Davidson Orange. HEX triplet: D8, 30 and 13. RGB value is (216,48,19). Sum of RGB (Red+Green+Blue) = 216+48+19=283 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.33% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 216 - color contains mainly: red. Hex color #D83013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83013 is #27CFEC. Grayscale: #5F5F5F. Windows color (decimal): -2609133 or 1257688. OLE color: 1257688.
HSL color Cylindrical-coordinate representation of color #D83013: hue angle of 8.83º degrees, saturation: 0.84, 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 #D83013 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 48 | 19 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.15 |
| HSL | 8.83º | 0.84% | 0.46% | - |
| HSV(B) | 8.83º | 0.91% | 0.85% | - |
| XYZ | 29.49 | 16.76 | 2.3 | - |
| YUV | 94.93 | 85.16 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 48 | 19 | 0 | 0.78 | 0.91 | 0.15 | 8.83 | 0.84 | 0.46 |
| Hex | D8 | 30 | 13 | 0 | 4E | 5B | F | 9 | 54 | 2E |
| Octal | 330 | 60 | 23 | 0 | 116 | 133 | 17 | 11 | 124 | 56 |
| Binary | 11011000 | 110000 | 10011 | 0 | 1001110 | 1011011 | 1111 | 1001 | 1010100 | 101110 |
Color Harmonies of #D83013
Complementary color
Monochromatic Colors of #D83013
Black with #D83013
Text Example
Text Example
White with #D83013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83013; }
p { color: rgb(216,48,19); }
H1.HeaderClassName
{
color: #D83013;
}
.AnyTagClassName
{
color: #D83013;
}
</style>
background-color css
<style>
a { background-color: #D83013; }
a { background-color: rgb(216,48,19); }
div.DivClassName
{
background-color: #D83013;
}
.BgClassName
{
background-color: #D83013;
}
</style>
border-color css
<style>
span { border-color: #D83013; }
span { border-color: rgb(216,48,19); }
td.TdClassName
{
border-color: #D83013;
}
.TagClassName
{
border-color: #D83013;
}
</style>