Html Css Color HEX #D83807 Harley Davidson Orange
📋 copy color: '#D83807'red 216 ◦ green 56 ◦ blue 7
Shades of Harley Davidson Orange #D83807
Tints of Harley Davidson Orange #D83807
RGB
CMYK
RGB Variations
Color information
#D83807 (or 0xD83807) is known color: Harley Davidson Orange. HEX triplet: D8, 38 and 07. RGB value is (216,56,7). Sum of RGB (Red+Green+Blue) = 216+56+7=279 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.42% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 216 - color contains mainly: red. Hex color #D83807 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83807 is #27C7F8. Grayscale: #626262. Windows color (decimal): -2607097 or 473304. OLE color: 473304.
HSL color Cylindrical-coordinate representation of color #D83807: hue angle of 14.07º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D83807 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 56 | 7 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.15 |
| HSL | 14.07º | 0.94% | 0.44% | - |
| HSV(B) | 14.07º | 0.97% | 0.85% | - |
| XYZ | 29.77 | 17.44 | 2 | - |
| YUV | 98.25 | 76.51 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 56 | 7 | 0 | 0.74 | 0.97 | 0.15 | 14.07 | 0.94 | 0.44 |
| Hex | D8 | 38 | 7 | 0 | 4A | 61 | F | E | 5E | 2C |
| Octal | 330 | 70 | 7 | 0 | 112 | 141 | 17 | 16 | 136 | 54 |
| Binary | 11011000 | 111000 | 111 | 0 | 1001010 | 1100001 | 1111 | 1110 | 1011110 | 101100 |
Color Harmonies of #D83807
Complementary color
Monochromatic Colors of #D83807
Black with #D83807
Text Example
Text Example
White with #D83807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83807; }
p { color: rgb(216,56,7); }
H1.HeaderClassName
{
color: #D83807;
}
.AnyTagClassName
{
color: #D83807;
}
</style>
background-color css
<style>
a { background-color: #D83807; }
a { background-color: rgb(216,56,7); }
div.DivClassName
{
background-color: #D83807;
}
.BgClassName
{
background-color: #D83807;
}
</style>
border-color css
<style>
span { border-color: #D83807; }
span { border-color: rgb(216,56,7); }
td.TdClassName
{
border-color: #D83807;
}
.TagClassName
{
border-color: #D83807;
}
</style>