Html Css Color HEX #D83512 Harley Davidson Orange
📋 copy color: '#D83512'red 216 ◦ green 53 ◦ blue 18
Shades of Harley Davidson Orange #D83512
Tints of Harley Davidson Orange #D83512
RGB
CMYK
RGB Variations
Color information
#D83512 (or 0xD83512) is known color: Harley Davidson Orange. HEX triplet: D8, 35 and 12. RGB value is (216,53,18). Sum of RGB (Red+Green+Blue) = 216+53+18=287 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75.26% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 216 - color contains mainly: red. Hex color #D83512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83512 is #27CAED. Grayscale: #626262. Windows color (decimal): -2607854 or 1193432. OLE color: 1193432.
HSL color Cylindrical-coordinate representation of color #D83512: hue angle of 10.61º 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 #D83512 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 53 | 18 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.15 |
| HSL | 10.61º | 0.85% | 0.46% | - |
| HSV(B) | 10.61º | 0.92% | 0.85% | - |
| XYZ | 29.7 | 17.19 | 2.32 | - |
| YUV | 97.75 | 83 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 53 | 18 | 0 | 0.75 | 0.92 | 0.15 | 10.61 | 0.85 | 0.46 |
| Hex | D8 | 35 | 12 | 0 | 4B | 5C | F | B | 55 | 2E |
| Octal | 330 | 65 | 22 | 0 | 113 | 134 | 17 | 13 | 125 | 56 |
| Binary | 11011000 | 110101 | 10010 | 0 | 1001011 | 1011100 | 1111 | 1011 | 1010101 | 101110 |
Color Harmonies of #D83512
Complementary color
Monochromatic Colors of #D83512
Black with #D83512
Text Example
Text Example
White with #D83512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83512; }
p { color: rgb(216,53,18); }
H1.HeaderClassName
{
color: #D83512;
}
.AnyTagClassName
{
color: #D83512;
}
</style>
background-color css
<style>
a { background-color: #D83512; }
a { background-color: rgb(216,53,18); }
div.DivClassName
{
background-color: #D83512;
}
.BgClassName
{
background-color: #D83512;
}
</style>
border-color css
<style>
span { border-color: #D83512; }
span { border-color: rgb(216,53,18); }
td.TdClassName
{
border-color: #D83512;
}
.TagClassName
{
border-color: #D83512;
}
</style>