Html Css Color HEX #D83703 Harley Davidson Orange
📋 copy color: '#D83703'red 216 ◦ green 55 ◦ blue 3
Shades of Harley Davidson Orange #D83703
Tints of Harley Davidson Orange #D83703
RGB
CMYK
RGB Variations
Color information
#D83703 (or 0xD83703) is known color: Harley Davidson Orange. HEX triplet: D8, 37 and 03. RGB value is (216,55,3). Sum of RGB (Red+Green+Blue) = 216+55+3=274 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.83% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 216 - color contains mainly: red. Hex color #D83703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83703 is #27C8FC. Grayscale: #616161. Windows color (decimal): -2607357 or 210904. OLE color: 210904.
HSL color Cylindrical-coordinate representation of color #D83703: hue angle of 14.65º 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 #D83703 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 55 | 3 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.15 |
| HSL | 14.65º | 0.97% | 0.43% | - |
| HSV(B) | 14.65º | 0.99% | 0.85% | - |
| XYZ | 29.7 | 17.34 | 1.87 | - |
| YUV | 97.21 | 74.84 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 55 | 3 | 0 | 0.75 | 0.99 | 0.15 | 14.65 | 0.97 | 0.43 |
| Hex | D8 | 37 | 3 | 0 | 4B | 63 | F | F | 61 | 2B |
| Octal | 330 | 67 | 3 | 0 | 113 | 143 | 17 | 17 | 141 | 53 |
| Binary | 11011000 | 110111 | 11 | 0 | 1001011 | 1100011 | 1111 | 1111 | 1100001 | 101011 |
Color Harmonies of #D83703
Complementary color
Monochromatic Colors of #D83703
Black with #D83703
Text Example
Text Example
White with #D83703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83703; }
p { color: rgb(216,55,3); }
H1.HeaderClassName
{
color: #D83703;
}
.AnyTagClassName
{
color: #D83703;
}
</style>
background-color css
<style>
a { background-color: #D83703; }
a { background-color: rgb(216,55,3); }
div.DivClassName
{
background-color: #D83703;
}
.BgClassName
{
background-color: #D83703;
}
</style>
border-color css
<style>
span { border-color: #D83703; }
span { border-color: rgb(216,55,3); }
td.TdClassName
{
border-color: #D83703;
}
.TagClassName
{
border-color: #D83703;
}
</style>