Html Css Color HEX #D53713 Harley Davidson Orange
📋 copy color: '#D53713'red 213 ◦ green 55 ◦ blue 19
Shades of Harley Davidson Orange #D53713
Tints of Harley Davidson Orange #D53713
RGB
CMYK
RGB Variations
Color information
#D53713 (or 0xD53713) is known color: Harley Davidson Orange. HEX triplet: D5, 37 and 13. RGB value is (213,55,19). Sum of RGB (Red+Green+Blue) = 213+55+19=287 (38% of max value = 765). Red value is 213 (83.59% from 255 or 74.22% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 213 - color contains mainly: red. Hex color #D53713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53713 is #2AC8EC. Grayscale: #626262. Windows color (decimal): -2803949 or 1259477. OLE color: 1259477.
HSL color Cylindrical-coordinate representation of color #D53713: hue angle of 11.13º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D53713 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 19 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.16 |
| HSL | 11.13º | 0.84% | 0.45% | - |
| HSV(B) | 11.13º | 0.91% | 0.84% | - |
| XYZ | 28.92 | 16.93 | 2.36 | - |
| YUV | 98.14 | 83.35 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 19 | 0 | 0.74 | 0.91 | 0.16 | 11.13 | 0.84 | 0.45 |
| Hex | D5 | 37 | 13 | 0 | 4A | 5B | 10 | B | 54 | 2D |
| Octal | 325 | 67 | 23 | 0 | 112 | 133 | 20 | 13 | 124 | 55 |
| Binary | 11010101 | 110111 | 10011 | 0 | 1001010 | 1011011 | 10000 | 1011 | 1010100 | 101101 |
Color Harmonies of #D53713
Complementary color
Monochromatic Colors of #D53713
Black with #D53713
Text Example
Text Example
White with #D53713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53713; }
p { color: rgb(213,55,19); }
H1.HeaderClassName
{
color: #D53713;
}
.AnyTagClassName
{
color: #D53713;
}
</style>
background-color css
<style>
a { background-color: #D53713; }
a { background-color: rgb(213,55,19); }
div.DivClassName
{
background-color: #D53713;
}
.BgClassName
{
background-color: #D53713;
}
</style>
border-color css
<style>
span { border-color: #D53713; }
span { border-color: rgb(213,55,19); }
td.TdClassName
{
border-color: #D53713;
}
.TagClassName
{
border-color: #D53713;
}
</style>