Html Css Color HEX #D83603 Harley Davidson Orange
📋 copy color: '#D83603'red 216 ◦ green 54 ◦ blue 3
Shades of Harley Davidson Orange #D83603
Tints of Harley Davidson Orange #D83603
RGB
CMYK
RGB Variations
Color information
#D83603 (or 0xD83603) is known color: Harley Davidson Orange. HEX triplet: D8, 36 and 03. RGB value is (216,54,3). Sum of RGB (Red+Green+Blue) = 216+54+3=273 (36% of max value = 765). Red value is 216 (84.77% from 255 or 79.12% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 216 - color contains mainly: red. Hex color #D83603 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83603 is #27C9FC. Grayscale: #606060. Windows color (decimal): -2607613 or 210648. OLE color: 210648.
HSL color Cylindrical-coordinate representation of color #D83603: hue angle of 14.37º 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 #D83603 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 54 | 3 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.15 |
| HSL | 14.37º | 0.97% | 0.43% | - |
| HSV(B) | 14.37º | 0.99% | 0.85% | - |
| XYZ | 29.65 | 17.24 | 1.85 | - |
| YUV | 96.62 | 75.17 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 54 | 3 | 0 | 0.75 | 0.99 | 0.15 | 14.37 | 0.97 | 0.43 |
| Hex | D8 | 36 | 3 | 0 | 4B | 63 | F | E | 61 | 2B |
| Octal | 330 | 66 | 3 | 0 | 113 | 143 | 17 | 16 | 141 | 53 |
| Binary | 11011000 | 110110 | 11 | 0 | 1001011 | 1100011 | 1111 | 1110 | 1100001 | 101011 |
Color Harmonies of #D83603
Complementary color
Monochromatic Colors of #D83603
Black with #D83603
Text Example
Text Example
White with #D83603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83603; }
p { color: rgb(216,54,3); }
H1.HeaderClassName
{
color: #D83603;
}
.AnyTagClassName
{
color: #D83603;
}
</style>
background-color css
<style>
a { background-color: #D83603; }
a { background-color: rgb(216,54,3); }
div.DivClassName
{
background-color: #D83603;
}
.BgClassName
{
background-color: #D83603;
}
</style>
border-color css
<style>
span { border-color: #D83603; }
span { border-color: rgb(216,54,3); }
td.TdClassName
{
border-color: #D83603;
}
.TagClassName
{
border-color: #D83603;
}
</style>