Html Css Color HEX #D83400 Harley Davidson Orange
📋 copy color: '#D83400'red 216 ◦ green 52 ◦ blue 0
Shades of Harley Davidson Orange #D83400
Tints of Harley Davidson Orange #D83400
RGB
CMYK
RGB Variations
Color information
#D83400 (or 0xD83400) is known color: Harley Davidson Orange. HEX triplet: D8, 34 and 00. RGB value is (216,52,0). Sum of RGB (Red+Green+Blue) = 216+52+0=268 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.60% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 216 - color contains mainly: red. Hex color #D83400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83400 is #27CBFF. Grayscale: #5F5F5F. Windows color (decimal): -2608128 or 13528. OLE color: 13528.
HSL color Cylindrical-coordinate representation of color #D83400: hue angle of 14.44º 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 #D83400 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 52 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.15 |
| HSL | 14.44º | 1% | 0.42% | - |
| HSV(B) | 14.44º | 1% | 0.85% | - |
| XYZ | 29.55 | 17.05 | 1.73 | - |
| YUV | 95.11 | 74.33 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 0 | 0 | 0.76 | 1 | 0.15 | 14.44 | 1 | 0.42 |
| Hex | D8 | 34 | 0 | 0 | 4C | 64 | F | E | 64 | 2A |
| Octal | 330 | 64 | 0 | 0 | 114 | 144 | 17 | 16 | 144 | 52 |
| Binary | 11011000 | 110100 | 0 | 0 | 1001100 | 1100100 | 1111 | 1110 | 1100100 | 101010 |
Color Harmonies of #D83400
Complementary color
Monochromatic Colors of #D83400
Black with #D83400
Text Example
Text Example
White with #D83400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83400; }
p { color: rgb(216,52,0); }
H1.HeaderClassName
{
color: #D83400;
}
.AnyTagClassName
{
color: #D83400;
}
</style>
background-color css
<style>
a { background-color: #D83400; }
a { background-color: rgb(216,52,0); }
div.DivClassName
{
background-color: #D83400;
}
.BgClassName
{
background-color: #D83400;
}
</style>
border-color css
<style>
span { border-color: #D83400; }
span { border-color: rgb(216,52,0); }
td.TdClassName
{
border-color: #D83400;
}
.TagClassName
{
border-color: #D83400;
}
</style>