Html Css Color HEX #D53114 Harley Davidson Orange
📋 copy color: '#D53114'red 213 ◦ green 49 ◦ blue 20
Shades of Harley Davidson Orange #D53114
Tints of Harley Davidson Orange #D53114
RGB
CMYK
RGB Variations
Color information
#D53114 (or 0xD53114) is known color: Harley Davidson Orange. HEX triplet: D5, 31 and 14. RGB value is (213,49,20). Sum of RGB (Red+Green+Blue) = 213+49+20=282 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.53% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 213 - color contains mainly: red. Hex color #D53114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53114 is #2ACEEB. Grayscale: #5F5F5F. Windows color (decimal): -2805484 or 1323477. OLE color: 1323477.
HSL color Cylindrical-coordinate representation of color #D53114: hue angle of 9.02º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D53114 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 49 | 20 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.16 |
| HSL | 9.02º | 0.83% | 0.46% | - |
| HSV(B) | 9.02º | 0.91% | 0.84% | - |
| XYZ | 28.67 | 16.39 | 2.32 | - |
| YUV | 94.73 | 85.83 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 49 | 20 | 0 | 0.77 | 0.91 | 0.16 | 9.02 | 0.83 | 0.46 |
| Hex | D5 | 31 | 14 | 0 | 4D | 5B | 10 | 9 | 53 | 2E |
| Octal | 325 | 61 | 24 | 0 | 115 | 133 | 20 | 11 | 123 | 56 |
| Binary | 11010101 | 110001 | 10100 | 0 | 1001101 | 1011011 | 10000 | 1001 | 1010011 | 101110 |
Color Harmonies of #D53114
Complementary color
Monochromatic Colors of #D53114
Black with #D53114
Text Example
Text Example
White with #D53114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53114; }
p { color: rgb(213,49,20); }
H1.HeaderClassName
{
color: #D53114;
}
.AnyTagClassName
{
color: #D53114;
}
</style>
background-color css
<style>
a { background-color: #D53114; }
a { background-color: rgb(213,49,20); }
div.DivClassName
{
background-color: #D53114;
}
.BgClassName
{
background-color: #D53114;
}
</style>
border-color css
<style>
span { border-color: #D53114; }
span { border-color: rgb(213,49,20); }
td.TdClassName
{
border-color: #D53114;
}
.TagClassName
{
border-color: #D53114;
}
</style>