Html Css Color HEX #D83404 Harley Davidson Orange
📋 copy color: '#D83404'red 216 ◦ green 52 ◦ blue 4
Shades of Harley Davidson Orange #D83404
Tints of Harley Davidson Orange #D83404
RGB
CMYK
RGB Variations
Color information
#D83404 (or 0xD83404) is known color: Harley Davidson Orange. HEX triplet: D8, 34 and 04. RGB value is (216,52,4). Sum of RGB (Red+Green+Blue) = 216+52+4=272 (36% of max value = 765). Red value is 216 (84.77% from 255 or 79.41% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 216 - color contains mainly: red. Hex color #D83404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83404 is #27CBFB. Grayscale: #5F5F5F. Windows color (decimal): -2608124 or 275672. OLE color: 275672.
HSL color Cylindrical-coordinate representation of color #D83404: hue angle of 13.58º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D83404 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 52 | 4 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.15 |
| HSL | 13.58º | 0.96% | 0.43% | - |
| HSV(B) | 13.58º | 0.98% | 0.85% | - |
| XYZ | 29.57 | 17.06 | 1.85 | - |
| YUV | 95.56 | 76.33 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 4 | 0 | 0.76 | 0.98 | 0.15 | 13.58 | 0.96 | 0.43 |
| Hex | D8 | 34 | 4 | 0 | 4C | 62 | F | E | 60 | 2B |
| Octal | 330 | 64 | 4 | 0 | 114 | 142 | 17 | 16 | 140 | 53 |
| Binary | 11011000 | 110100 | 100 | 0 | 1001100 | 1100010 | 1111 | 1110 | 1100000 | 101011 |
Color Harmonies of #D83404
Complementary color
Monochromatic Colors of #D83404
Black with #D83404
Text Example
Text Example
White with #D83404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83404; }
p { color: rgb(216,52,4); }
H1.HeaderClassName
{
color: #D83404;
}
.AnyTagClassName
{
color: #D83404;
}
</style>
background-color css
<style>
a { background-color: #D83404; }
a { background-color: rgb(216,52,4); }
div.DivClassName
{
background-color: #D83404;
}
.BgClassName
{
background-color: #D83404;
}
</style>
border-color css
<style>
span { border-color: #D83404; }
span { border-color: rgb(216,52,4); }
td.TdClassName
{
border-color: #D83404;
}
.TagClassName
{
border-color: #D83404;
}
</style>