Html Css Color HEX #D53712 Harley Davidson Orange
📋 copy color: '#D53712'red 213 ◦ green 55 ◦ blue 18
Shades of Harley Davidson Orange #D53712
Tints of Harley Davidson Orange #D53712
RGB
CMYK
RGB Variations
Color information
#D53712 (or 0xD53712) is known color: Harley Davidson Orange. HEX triplet: D5, 37 and 12. RGB value is (213,55,18). Sum of RGB (Red+Green+Blue) = 213+55+18=286 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.48% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 213 - color contains mainly: red. Hex color #D53712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53712 is #2AC8ED. Grayscale: #626262. Windows color (decimal): -2803950 or 1193941. OLE color: 1193941.
HSL color Cylindrical-coordinate representation of color #D53712: hue angle of 11.38º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D53712 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 18 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.16 |
| HSL | 11.38º | 0.84% | 0.45% | - |
| HSV(B) | 11.38º | 0.92% | 0.84% | - |
| XYZ | 28.92 | 16.92 | 2.31 | - |
| YUV | 98.02 | 82.85 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 18 | 0 | 0.74 | 0.92 | 0.16 | 11.38 | 0.84 | 0.45 |
| Hex | D5 | 37 | 12 | 0 | 4A | 5C | 10 | B | 54 | 2D |
| Octal | 325 | 67 | 22 | 0 | 112 | 134 | 20 | 13 | 124 | 55 |
| Binary | 11010101 | 110111 | 10010 | 0 | 1001010 | 1011100 | 10000 | 1011 | 1010100 | 101101 |
Color Harmonies of #D53712
Complementary color
Monochromatic Colors of #D53712
Black with #D53712
Text Example
Text Example
White with #D53712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53712; }
p { color: rgb(213,55,18); }
H1.HeaderClassName
{
color: #D53712;
}
.AnyTagClassName
{
color: #D53712;
}
</style>
background-color css
<style>
a { background-color: #D53712; }
a { background-color: rgb(213,55,18); }
div.DivClassName
{
background-color: #D53712;
}
.BgClassName
{
background-color: #D53712;
}
</style>
border-color css
<style>
span { border-color: #D53712; }
span { border-color: rgb(213,55,18); }
td.TdClassName
{
border-color: #D53712;
}
.TagClassName
{
border-color: #D53712;
}
</style>