Html Css Color HEX #D83F1D Harley Davidson Orange
📋 copy color: '#D83F1D'red 216 ◦ green 63 ◦ blue 29
Shades of Harley Davidson Orange #D83F1D
Tints of Harley Davidson Orange #D83F1D
RGB
CMYK
RGB Variations
Color information
#D83F1D (or 0xD83F1D) is known color: Harley Davidson Orange. HEX triplet: D8, 3F and 1D. RGB value is (216,63,29). Sum of RGB (Red+Green+Blue) = 216+63+29=308 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.13% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83F1D is #27C0E2. Grayscale: #696969. Windows color (decimal): -2605283 or 1916888. OLE color: 1916888.
HSL color Cylindrical-coordinate representation of color #D83F1D: hue angle of 10.91º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D83F1D is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 63 | 29 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.15 |
| HSL | 10.91º | 0.76% | 0.48% | - |
| HSV(B) | 10.91º | 0.87% | 0.85% | - |
| XYZ | 30.32 | 18.24 | 3.09 | - |
| YUV | 104.87 | 85.19 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 29 | 0 | 0.71 | 0.87 | 0.15 | 10.91 | 0.76 | 0.48 |
| Hex | D8 | 3F | 1D | 0 | 47 | 57 | F | B | 4C | 30 |
| Octal | 330 | 77 | 35 | 0 | 107 | 127 | 17 | 13 | 114 | 60 |
| Binary | 11011000 | 111111 | 11101 | 0 | 1000111 | 1010111 | 1111 | 1011 | 1001100 | 110000 |
Color Harmonies of #D83F1D
Complementary color
Monochromatic Colors of #D83F1D
Black with #D83F1D
Text Example
Text Example
White with #D83F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83F1D; }
p { color: rgb(216,63,29); }
H1.HeaderClassName
{
color: #D83F1D;
}
.AnyTagClassName
{
color: #D83F1D;
}
</style>
background-color css
<style>
a { background-color: #D83F1D; }
a { background-color: rgb(216,63,29); }
div.DivClassName
{
background-color: #D83F1D;
}
.BgClassName
{
background-color: #D83F1D;
}
</style>
border-color css
<style>
span { border-color: #D83F1D; }
span { border-color: rgb(216,63,29); }
td.TdClassName
{
border-color: #D83F1D;
}
.TagClassName
{
border-color: #D83F1D;
}
</style>