Html Css Color HEX #D83200 Harley Davidson Orange
📋 copy color: '#D83200'red 216 ◦ green 50 ◦ blue 0
Shades of Harley Davidson Orange #D83200
Tints of Harley Davidson Orange #D83200
RGB
CMYK
RGB Variations
Color information
#D83200 (or 0xD83200) is known color: Harley Davidson Orange. HEX triplet: D8, 32 and 00. RGB value is (216,50,0). Sum of RGB (Red+Green+Blue) = 216+50+0=266 (35% of max value = 765). Red value is 216 (84.77% from 255 or 81.20% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 216 - color contains mainly: red. Hex color #D83200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83200 is #27CDFF. Grayscale: #5E5E5E. Windows color (decimal): -2608640 or 13016. OLE color: 13016.
HSL color Cylindrical-coordinate representation of color #D83200: hue angle of 13.89º 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 #D83200 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 50 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.15 |
| HSL | 13.89º | 1% | 0.42% | - |
| HSV(B) | 13.89º | 1% | 0.85% | - |
| XYZ | 29.46 | 16.88 | 1.71 | - |
| YUV | 93.93 | 75 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 50 | 0 | 0 | 0.77 | 1 | 0.15 | 13.89 | 1 | 0.42 |
| Hex | D8 | 32 | 0 | 0 | 4D | 64 | F | E | 64 | 2A |
| Octal | 330 | 62 | 0 | 0 | 115 | 144 | 17 | 16 | 144 | 52 |
| Binary | 11011000 | 110010 | 0 | 0 | 1001101 | 1100100 | 1111 | 1110 | 1100100 | 101010 |
Color Harmonies of #D83200
Complementary color
Monochromatic Colors of #D83200
Black with #D83200
Text Example
Text Example
White with #D83200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83200; }
p { color: rgb(216,50,0); }
H1.HeaderClassName
{
color: #D83200;
}
.AnyTagClassName
{
color: #D83200;
}
</style>
background-color css
<style>
a { background-color: #D83200; }
a { background-color: rgb(216,50,0); }
div.DivClassName
{
background-color: #D83200;
}
.BgClassName
{
background-color: #D83200;
}
</style>
border-color css
<style>
span { border-color: #D83200; }
span { border-color: rgb(216,50,0); }
td.TdClassName
{
border-color: #D83200;
}
.TagClassName
{
border-color: #D83200;
}
</style>