Html Css Color HEX #D83A03 Harley Davidson Orange
📋 copy color: '#D83A03'red 216 ◦ green 58 ◦ blue 3
Shades of Harley Davidson Orange #D83A03
Tints of Harley Davidson Orange #D83A03
RGB
CMYK
RGB Variations
Color information
#D83A03 (or 0xD83A03) is known color: Harley Davidson Orange. HEX triplet: D8, 3A and 03. RGB value is (216,58,3). Sum of RGB (Red+Green+Blue) = 216+58+3=277 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.98% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 3 (1.56% from 255 or 1.08% from 277); Max value from RGB is 216 - color contains mainly: red. Hex color #D83A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83A03 is #27C5FC. Grayscale: #636363. Windows color (decimal): -2606589 or 211672. OLE color: 211672.
HSL color Cylindrical-coordinate representation of color #D83A03: hue angle of 15.49º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D83A03 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 58 | 3 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.15 |
| HSL | 15.49º | 0.97% | 0.43% | - |
| HSV(B) | 15.49º | 0.99% | 0.85% | - |
| XYZ | 29.85 | 17.63 | 1.92 | - |
| YUV | 98.97 | 73.85 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 58 | 3 | 0 | 0.73 | 0.99 | 0.15 | 15.49 | 0.97 | 0.43 |
| Hex | D8 | 3A | 3 | 0 | 49 | 63 | F | F | 61 | 2B |
| Octal | 330 | 72 | 3 | 0 | 111 | 143 | 17 | 17 | 141 | 53 |
| Binary | 11011000 | 111010 | 11 | 0 | 1001001 | 1100011 | 1111 | 1111 | 1100001 | 101011 |
Color Harmonies of #D83A03
Complementary color
Monochromatic Colors of #D83A03
Black with #D83A03
Text Example
Text Example
White with #D83A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83A03; }
p { color: rgb(216,58,3); }
H1.HeaderClassName
{
color: #D83A03;
}
.AnyTagClassName
{
color: #D83A03;
}
</style>
background-color css
<style>
a { background-color: #D83A03; }
a { background-color: rgb(216,58,3); }
div.DivClassName
{
background-color: #D83A03;
}
.BgClassName
{
background-color: #D83A03;
}
</style>
border-color css
<style>
span { border-color: #D83A03; }
span { border-color: rgb(216,58,3); }
td.TdClassName
{
border-color: #D83A03;
}
.TagClassName
{
border-color: #D83A03;
}
</style>