Html Css Color HEX #D83D1B Harley Davidson Orange
📋 copy color: '#D83D1B'red 216 ◦ green 61 ◦ blue 27
Shades of Harley Davidson Orange #D83D1B
Tints of Harley Davidson Orange #D83D1B
RGB
CMYK
RGB Variations
Color information
#D83D1B (or 0xD83D1B) is known color: Harley Davidson Orange. HEX triplet: D8, 3D and 1B. RGB value is (216,61,27). Sum of RGB (Red+Green+Blue) = 216+61+27=304 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.05% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 216 - color contains mainly: red. Hex color #D83D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83D1B is #27C2E4. Grayscale: #676767. Windows color (decimal): -2605797 or 1785304. OLE color: 1785304.
HSL color Cylindrical-coordinate representation of color #D83D1B: hue angle of 10.79º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D83D1B is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 61 | 27 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.15 |
| HSL | 10.79º | 0.78% | 0.48% | - |
| HSV(B) | 10.79º | 0.88% | 0.85% | - |
| XYZ | 30.19 | 18.02 | 2.92 | - |
| YUV | 103.47 | 84.85 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 61 | 27 | 0 | 0.72 | 0.88 | 0.15 | 10.79 | 0.78 | 0.48 |
| Hex | D8 | 3D | 1B | 0 | 48 | 58 | F | B | 4E | 30 |
| Octal | 330 | 75 | 33 | 0 | 110 | 130 | 17 | 13 | 116 | 60 |
| Binary | 11011000 | 111101 | 11011 | 0 | 1001000 | 1011000 | 1111 | 1011 | 1001110 | 110000 |
Color Harmonies of #D83D1B
Complementary color
Monochromatic Colors of #D83D1B
Black with #D83D1B
Text Example
Text Example
White with #D83D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83D1B; }
p { color: rgb(216,61,27); }
H1.HeaderClassName
{
color: #D83D1B;
}
.AnyTagClassName
{
color: #D83D1B;
}
</style>
background-color css
<style>
a { background-color: #D83D1B; }
a { background-color: rgb(216,61,27); }
div.DivClassName
{
background-color: #D83D1B;
}
.BgClassName
{
background-color: #D83D1B;
}
</style>
border-color css
<style>
span { border-color: #D83D1B; }
span { border-color: rgb(216,61,27); }
td.TdClassName
{
border-color: #D83D1B;
}
.TagClassName
{
border-color: #D83D1B;
}
</style>