Html Css Color HEX #D83B12 Harley Davidson Orange
📋 copy color: '#D83B12'red 216 ◦ green 59 ◦ blue 18
Shades of Harley Davidson Orange #D83B12
Tints of Harley Davidson Orange #D83B12
RGB
CMYK
RGB Variations
Color information
#D83B12 (or 0xD83B12) is known color: Harley Davidson Orange. HEX triplet: D8, 3B and 12. RGB value is (216,59,18). Sum of RGB (Red+Green+Blue) = 216+59+18=293 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.72% from 293); Green value is 59 (23.44% from 255 or 20.14% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 216 - color contains mainly: red. Hex color #D83B12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83B12 is #27C4ED. Grayscale: #656565. Windows color (decimal): -2606318 or 1194968. OLE color: 1194968.
HSL color Cylindrical-coordinate representation of color #D83B12: hue angle of 12.42º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D83B12 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 59 | 18 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.15 |
| HSL | 12.42º | 0.85% | 0.46% | - |
| HSV(B) | 12.42º | 0.92% | 0.85% | - |
| XYZ | 29.99 | 17.77 | 2.42 | - |
| YUV | 101.27 | 81.01 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 59 | 18 | 0 | 0.73 | 0.92 | 0.15 | 12.42 | 0.85 | 0.46 |
| Hex | D8 | 3B | 12 | 0 | 49 | 5C | F | C | 55 | 2E |
| Octal | 330 | 73 | 22 | 0 | 111 | 134 | 17 | 14 | 125 | 56 |
| Binary | 11011000 | 111011 | 10010 | 0 | 1001001 | 1011100 | 1111 | 1100 | 1010101 | 101110 |
Color Harmonies of #D83B12
Complementary color
Monochromatic Colors of #D83B12
Black with #D83B12
Text Example
Text Example
White with #D83B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83B12; }
p { color: rgb(216,59,18); }
H1.HeaderClassName
{
color: #D83B12;
}
.AnyTagClassName
{
color: #D83B12;
}
</style>
background-color css
<style>
a { background-color: #D83B12; }
a { background-color: rgb(216,59,18); }
div.DivClassName
{
background-color: #D83B12;
}
.BgClassName
{
background-color: #D83B12;
}
</style>
border-color css
<style>
span { border-color: #D83B12; }
span { border-color: rgb(216,59,18); }
td.TdClassName
{
border-color: #D83B12;
}
.TagClassName
{
border-color: #D83B12;
}
</style>