Html Css Color HEX #D43116 Harley Davidson Orange
📋 copy color: '#D43116'red 212 ◦ green 49 ◦ blue 22
Shades of Harley Davidson Orange #D43116
Tints of Harley Davidson Orange #D43116
RGB
CMYK
RGB Variations
Color information
#D43116 (or 0xD43116) is known color: Harley Davidson Orange. HEX triplet: D4, 31 and 16. RGB value is (212,49,22). Sum of RGB (Red+Green+Blue) = 212+49+22=283 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.91% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 212 - color contains mainly: red. Hex color #D43116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43116 is #2BCEE9. Grayscale: #5E5E5E. Windows color (decimal): -2871018 or 1454548. OLE color: 1454548.
HSL color Cylindrical-coordinate representation of color #D43116: hue angle of 8.53º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D43116 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 49 | 22 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.17 |
| HSL | 8.53º | 0.81% | 0.46% | - |
| HSV(B) | 8.53º | 0.9% | 0.83% | - |
| XYZ | 28.39 | 16.25 | 2.4 | - |
| YUV | 94.66 | 87 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 49 | 22 | 0 | 0.77 | 0.90 | 0.17 | 8.53 | 0.81 | 0.46 |
| Hex | D4 | 31 | 16 | 0 | 4D | 5A | 11 | 9 | 51 | 2E |
| Octal | 324 | 61 | 26 | 0 | 115 | 132 | 21 | 11 | 121 | 56 |
| Binary | 11010100 | 110001 | 10110 | 0 | 1001101 | 1011010 | 10001 | 1001 | 1010001 | 101110 |
Color Harmonies of #D43116
Complementary color
Monochromatic Colors of #D43116
Black with #D43116
Text Example
Text Example
White with #D43116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43116; }
p { color: rgb(212,49,22); }
H1.HeaderClassName
{
color: #D43116;
}
.AnyTagClassName
{
color: #D43116;
}
</style>
background-color css
<style>
a { background-color: #D43116; }
a { background-color: rgb(212,49,22); }
div.DivClassName
{
background-color: #D43116;
}
.BgClassName
{
background-color: #D43116;
}
</style>
border-color css
<style>
span { border-color: #D43116; }
span { border-color: rgb(212,49,22); }
td.TdClassName
{
border-color: #D43116;
}
.TagClassName
{
border-color: #D43116;
}
</style>