Html Css Color HEX #D83500 Harley Davidson Orange
📋 copy color: '#D83500'red 216 ◦ green 53 ◦ blue 0
Shades of Harley Davidson Orange #D83500
Tints of Harley Davidson Orange #D83500
RGB
CMYK
RGB Variations
Color information
#D83500 (or 0xD83500) is known color: Harley Davidson Orange. HEX triplet: D8, 35 and 00. RGB value is (216,53,0). Sum of RGB (Red+Green+Blue) = 216+53+0=269 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.30% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 216 - color contains mainly: red. Hex color #D83500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83500 is #27CAFF. Grayscale: #606060. Windows color (decimal): -2607872 or 13784. OLE color: 13784.
HSL color Cylindrical-coordinate representation of color #D83500: hue angle of 14.72º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D83500 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 53 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.15 |
| HSL | 14.72º | 1% | 0.42% | - |
| HSV(B) | 14.72º | 1% | 0.85% | - |
| XYZ | 29.59 | 17.15 | 1.75 | - |
| YUV | 95.7 | 74 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 53 | 0 | 0 | 0.75 | 1 | 0.15 | 14.72 | 1 | 0.42 |
| Hex | D8 | 35 | 0 | 0 | 4B | 64 | F | F | 64 | 2A |
| Octal | 330 | 65 | 0 | 0 | 113 | 144 | 17 | 17 | 144 | 52 |
| Binary | 11011000 | 110101 | 0 | 0 | 1001011 | 1100100 | 1111 | 1111 | 1100100 | 101010 |
Color Harmonies of #D83500
Complementary color
Monochromatic Colors of #D83500
Black with #D83500
Text Example
Text Example
White with #D83500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83500; }
p { color: rgb(216,53,0); }
H1.HeaderClassName
{
color: #D83500;
}
.AnyTagClassName
{
color: #D83500;
}
</style>
background-color css
<style>
a { background-color: #D83500; }
a { background-color: rgb(216,53,0); }
div.DivClassName
{
background-color: #D83500;
}
.BgClassName
{
background-color: #D83500;
}
</style>
border-color css
<style>
span { border-color: #D83500; }
span { border-color: rgb(216,53,0); }
td.TdClassName
{
border-color: #D83500;
}
.TagClassName
{
border-color: #D83500;
}
</style>