Html Css Color HEX #D83D1A Harley Davidson Orange
📋 copy color: '#D83D1A'red 216 ◦ green 61 ◦ blue 26
Shades of Harley Davidson Orange #D83D1A
Tints of Harley Davidson Orange #D83D1A
RGB
CMYK
RGB Variations
Color information
#D83D1A (or 0xD83D1A) is known color: Harley Davidson Orange. HEX triplet: D8, 3D and 1A. RGB value is (216,61,26). Sum of RGB (Red+Green+Blue) = 216+61+26=303 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.29% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 216 - color contains mainly: red. Hex color #D83D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83D1A is #27C2E5. Grayscale: #676767. Windows color (decimal): -2605798 or 1719768. OLE color: 1719768.
HSL color Cylindrical-coordinate representation of color #D83D1A: hue angle of 11.05º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D83D1A is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 61 | 26 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.15 |
| HSL | 11.05º | 0.79% | 0.47% | - |
| HSV(B) | 11.05º | 0.88% | 0.85% | - |
| XYZ | 30.17 | 18.01 | 2.86 | - |
| YUV | 103.36 | 84.35 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 61 | 26 | 0 | 0.72 | 0.88 | 0.15 | 11.05 | 0.79 | 0.47 |
| Hex | D8 | 3D | 1A | 0 | 48 | 58 | F | B | 4F | 2F |
| Octal | 330 | 75 | 32 | 0 | 110 | 130 | 17 | 13 | 117 | 57 |
| Binary | 11011000 | 111101 | 11010 | 0 | 1001000 | 1011000 | 1111 | 1011 | 1001111 | 101111 |
Color Harmonies of #D83D1A
Complementary color
Monochromatic Colors of #D83D1A
Black with #D83D1A
Text Example
Text Example
White with #D83D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83D1A; }
p { color: rgb(216,61,26); }
H1.HeaderClassName
{
color: #D83D1A;
}
.AnyTagClassName
{
color: #D83D1A;
}
</style>
background-color css
<style>
a { background-color: #D83D1A; }
a { background-color: rgb(216,61,26); }
div.DivClassName
{
background-color: #D83D1A;
}
.BgClassName
{
background-color: #D83D1A;
}
</style>
border-color css
<style>
span { border-color: #D83D1A; }
span { border-color: rgb(216,61,26); }
td.TdClassName
{
border-color: #D83D1A;
}
.TagClassName
{
border-color: #D83D1A;
}
</style>