Html Css Color HEX #D83900 Harley Davidson Orange
📋 copy color: '#D83900'red 216 ◦ green 57 ◦ blue 0
Shades of Harley Davidson Orange #D83900
Tints of Harley Davidson Orange #D83900
RGB
CMYK
RGB Variations
Color information
#D83900 (or 0xD83900) is known color: Harley Davidson Orange. HEX triplet: D8, 39 and 00. RGB value is (216,57,0). Sum of RGB (Red+Green+Blue) = 216+57+0=273 (36% of max value = 765). Red value is 216 (84.77% from 255 or 79.12% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 216 - color contains mainly: red. Hex color #D83900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83900 is #27C6FF. Grayscale: #626262. Windows color (decimal): -2606848 or 14808. OLE color: 14808.
HSL color Cylindrical-coordinate representation of color #D83900: hue angle of 15.83º 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 #D83900 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 57 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.15 |
| HSL | 15.83º | 1% | 0.42% | - |
| HSV(B) | 15.83º | 1% | 0.85% | - |
| XYZ | 29.78 | 17.53 | 1.81 | - |
| YUV | 98.04 | 72.68 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 57 | 0 | 0 | 0.74 | 1 | 0.15 | 15.83 | 1 | 0.42 |
| Hex | D8 | 39 | 0 | 0 | 4A | 64 | F | 10 | 64 | 2A |
| Octal | 330 | 71 | 0 | 0 | 112 | 144 | 17 | 20 | 144 | 52 |
| Binary | 11011000 | 111001 | 0 | 0 | 1001010 | 1100100 | 1111 | 10000 | 1100100 | 101010 |
Color Harmonies of #D83900
Complementary color
Monochromatic Colors of #D83900
Black with #D83900
Text Example
Text Example
White with #D83900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83900; }
p { color: rgb(216,57,0); }
H1.HeaderClassName
{
color: #D83900;
}
.AnyTagClassName
{
color: #D83900;
}
</style>
background-color css
<style>
a { background-color: #D83900; }
a { background-color: rgb(216,57,0); }
div.DivClassName
{
background-color: #D83900;
}
.BgClassName
{
background-color: #D83900;
}
</style>
border-color css
<style>
span { border-color: #D83900; }
span { border-color: rgb(216,57,0); }
td.TdClassName
{
border-color: #D83900;
}
.TagClassName
{
border-color: #D83900;
}
</style>