Html Css Color HEX #D83800 Harley Davidson Orange
📋 copy color: '#D83800'red 216 ◦ green 56 ◦ blue 0
Shades of Harley Davidson Orange #D83800
Tints of Harley Davidson Orange #D83800
RGB
CMYK
RGB Variations
Color information
#D83800 (or 0xD83800) is known color: Harley Davidson Orange. HEX triplet: D8, 38 and 00. RGB value is (216,56,0). Sum of RGB (Red+Green+Blue) = 216+56+0=272 (36% of max value = 765). Red value is 216 (84.77% from 255 or 79.41% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 216 - color contains mainly: red. Hex color #D83800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83800 is #27C7FF. Grayscale: #616161. Windows color (decimal): -2607104 or 14552. OLE color: 14552.
HSL color Cylindrical-coordinate representation of color #D83800: hue angle of 15.56º 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 #D83800 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 56 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.15 |
| HSL | 15.56º | 1% | 0.42% | - |
| HSV(B) | 15.56º | 1% | 0.85% | - |
| XYZ | 29.73 | 17.43 | 1.8 | - |
| YUV | 97.46 | 73.01 | 212.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 56 | 0 | 0 | 0.74 | 1 | 0.15 | 15.56 | 1 | 0.42 |
| Hex | D8 | 38 | 0 | 0 | 4A | 64 | F | 10 | 64 | 2A |
| Octal | 330 | 70 | 0 | 0 | 112 | 144 | 17 | 20 | 144 | 52 |
| Binary | 11011000 | 111000 | 0 | 0 | 1001010 | 1100100 | 1111 | 10000 | 1100100 | 101010 |
Color Harmonies of #D83800
Complementary color
Monochromatic Colors of #D83800
Black with #D83800
Text Example
Text Example
White with #D83800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83800; }
p { color: rgb(216,56,0); }
H1.HeaderClassName
{
color: #D83800;
}
.AnyTagClassName
{
color: #D83800;
}
</style>
background-color css
<style>
a { background-color: #D83800; }
a { background-color: rgb(216,56,0); }
div.DivClassName
{
background-color: #D83800;
}
.BgClassName
{
background-color: #D83800;
}
</style>
border-color css
<style>
span { border-color: #D83800; }
span { border-color: rgb(216,56,0); }
td.TdClassName
{
border-color: #D83800;
}
.TagClassName
{
border-color: #D83800;
}
</style>