Html Css Color HEX #D54012 Harley Davidson Orange
📋 copy color: '#D54012'red 213 ◦ green 64 ◦ blue 18
Shades of Harley Davidson Orange #D54012
Tints of Harley Davidson Orange #D54012
RGB
CMYK
RGB Variations
Color information
#D54012 (or 0xD54012) is known color: Harley Davidson Orange. HEX triplet: D5, 40 and 12. RGB value is (213,64,18). Sum of RGB (Red+Green+Blue) = 213+64+18=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D54012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54012 is #2ABFED. Grayscale: #676767. Windows color (decimal): -2801646 or 1196245. OLE color: 1196245.
HSL color Cylindrical-coordinate representation of color #D54012: hue angle of 14.15º 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 #D54012 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 18 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.16 |
| HSL | 14.15º | 0.84% | 0.45% | - |
| HSV(B) | 14.15º | 0.92% | 0.84% | - |
| XYZ | 29.38 | 17.86 | 2.47 | - |
| YUV | 103.31 | 79.86 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 18 | 0 | 0.70 | 0.92 | 0.16 | 14.15 | 0.84 | 0.45 |
| Hex | D5 | 40 | 12 | 0 | 46 | 5C | 10 | E | 54 | 2D |
| Octal | 325 | 100 | 22 | 0 | 106 | 134 | 20 | 16 | 124 | 55 |
| Binary | 11010101 | 1000000 | 10010 | 0 | 1000110 | 1011100 | 10000 | 1110 | 1010100 | 101101 |
Color Harmonies of #D54012
Complementary color
Monochromatic Colors of #D54012
Black with #D54012
Text Example
Text Example
White with #D54012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54012; }
p { color: rgb(213,64,18); }
H1.HeaderClassName
{
color: #D54012;
}
.AnyTagClassName
{
color: #D54012;
}
</style>
background-color css
<style>
a { background-color: #D54012; }
a { background-color: rgb(213,64,18); }
div.DivClassName
{
background-color: #D54012;
}
.BgClassName
{
background-color: #D54012;
}
</style>
border-color css
<style>
span { border-color: #D54012; }
span { border-color: rgb(213,64,18); }
td.TdClassName
{
border-color: #D54012;
}
.TagClassName
{
border-color: #D54012;
}
</style>