Html Css Color HEX #D53F16 Harley Davidson Orange
📋 copy color: '#D53F16'red 213 ◦ green 63 ◦ blue 22
Shades of Harley Davidson Orange #D53F16
Tints of Harley Davidson Orange #D53F16
RGB
CMYK
RGB Variations
Color information
#D53F16 (or 0xD53F16) is known color: Harley Davidson Orange. HEX triplet: D5, 3F and 16. RGB value is (213,63,22). Sum of RGB (Red+Green+Blue) = 213+63+22=298 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.48% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53F16 is #2AC0E9. Grayscale: #676767. Windows color (decimal): -2801898 or 1458133. OLE color: 1458133.
HSL color Cylindrical-coordinate representation of color #D53F16: hue angle of 12.88º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D53F16 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 22 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.16 |
| HSL | 12.88º | 0.81% | 0.46% | - |
| HSV(B) | 12.88º | 0.9% | 0.84% | - |
| XYZ | 29.36 | 17.76 | 2.64 | - |
| YUV | 103.18 | 82.2 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 22 | 0 | 0.70 | 0.90 | 0.16 | 12.88 | 0.81 | 0.46 |
| Hex | D5 | 3F | 16 | 0 | 46 | 5A | 10 | D | 51 | 2E |
| Octal | 325 | 77 | 26 | 0 | 106 | 132 | 20 | 15 | 121 | 56 |
| Binary | 11010101 | 111111 | 10110 | 0 | 1000110 | 1011010 | 10000 | 1101 | 1010001 | 101110 |
Color Harmonies of #D53F16
Complementary color
Monochromatic Colors of #D53F16
Black with #D53F16
Text Example
Text Example
White with #D53F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53F16; }
p { color: rgb(213,63,22); }
H1.HeaderClassName
{
color: #D53F16;
}
.AnyTagClassName
{
color: #D53F16;
}
</style>
background-color css
<style>
a { background-color: #D53F16; }
a { background-color: rgb(213,63,22); }
div.DivClassName
{
background-color: #D53F16;
}
.BgClassName
{
background-color: #D53F16;
}
</style>
border-color css
<style>
span { border-color: #D53F16; }
span { border-color: rgb(213,63,22); }
td.TdClassName
{
border-color: #D53F16;
}
.TagClassName
{
border-color: #D53F16;
}
</style>