Html Css Color HEX #D53916 Harley Davidson Orange
📋 copy color: '#D53916'red 213 ◦ green 57 ◦ blue 22
Shades of Harley Davidson Orange #D53916
Tints of Harley Davidson Orange #D53916
RGB
CMYK
RGB Variations
Color information
#D53916 (or 0xD53916) is known color: Harley Davidson Orange. HEX triplet: D5, 39 and 16. RGB value is (213,57,22). Sum of RGB (Red+Green+Blue) = 213+57+22=292 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.95% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 213 - color contains mainly: red. Hex color #D53916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53916 is #2AC6E9. Grayscale: #636363. Windows color (decimal): -2803434 or 1456597. OLE color: 1456597.
HSL color Cylindrical-coordinate representation of color #D53916: hue angle of 10.99º 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 #D53916 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 57 | 22 | - |
CMYK | 0 | 0.73 | 0.90 | 0.16 |
HSL | 10.99º | 0.81% | 0.46% | - |
HSV(B) | 10.99º | 0.9% | 0.84% | - |
XYZ | 29.05 | 17.13 | 2.53 | - |
YUV | 99.65 | 84.18 | 208.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 57 | 22 | 0 | 0.73 | 0.90 | 0.16 | 10.99 | 0.81 | 0.46 |
Hex | D5 | 39 | 16 | 0 | 49 | 5A | 10 | B | 51 | 2E |
Octal | 325 | 71 | 26 | 0 | 111 | 132 | 20 | 13 | 121 | 56 |
Binary | 11010101 | 111001 | 10110 | 0 | 1001001 | 1011010 | 10000 | 1011 | 1010001 | 101110 |
Color Harmonies of #D53916
Complementary color
Monochromatic Colors of #D53916
Black with #D53916
Text Example
Text Example
White with #D53916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53916; }
p { color: rgb(213,57,22); }
H1.HeaderClassName
{
color: #D53916;
}
.AnyTagClassName
{
color: #D53916;
}
</style>
background-color css
<style>
a { background-color: #D53916; }
a { background-color: rgb(213,57,22); }
div.DivClassName
{
background-color: #D53916;
}
.BgClassName
{
background-color: #D53916;
}
</style>
border-color css
<style>
span { border-color: #D53916; }
span { border-color: rgb(213,57,22); }
td.TdClassName
{
border-color: #D53916;
}
.TagClassName
{
border-color: #D53916;
}
</style>