Html Css Color HEX #D54512 Harley Davidson Orange
📋 copy color: '#D54512'red 213 ◦ green 69 ◦ blue 18
Shades of Harley Davidson Orange #D54512
Tints of Harley Davidson Orange #D54512
RGB
CMYK
RGB Variations
Color information
#D54512 (or 0xD54512) is known color: Harley Davidson Orange. HEX triplet: D5, 45 and 12. RGB value is (213,69,18). Sum of RGB (Red+Green+Blue) = 213+69+18=300 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 213 - color contains mainly: red. Hex color #D54512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54512 is #2ABAED. Grayscale: #6A6A6A. Windows color (decimal): -2800366 or 1197525. OLE color: 1197525.
HSL color Cylindrical-coordinate representation of color #D54512: hue angle of 15.69º 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 #D54512 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 18 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.16 |
| HSL | 15.69º | 0.84% | 0.45% | - |
| HSV(B) | 15.69º | 0.92% | 0.84% | - |
| XYZ | 29.68 | 18.45 | 2.57 | - |
| YUV | 106.24 | 78.21 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 18 | 0 | 0.68 | 0.92 | 0.16 | 15.69 | 0.84 | 0.45 |
| Hex | D5 | 45 | 12 | 0 | 44 | 5C | 10 | 10 | 54 | 2D |
| Octal | 325 | 105 | 22 | 0 | 104 | 134 | 20 | 20 | 124 | 55 |
| Binary | 11010101 | 1000101 | 10010 | 0 | 1000100 | 1011100 | 10000 | 10000 | 1010100 | 101101 |
Color Harmonies of #D54512
Complementary color
Monochromatic Colors of #D54512
Black with #D54512
Text Example
Text Example
White with #D54512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54512; }
p { color: rgb(213,69,18); }
H1.HeaderClassName
{
color: #D54512;
}
.AnyTagClassName
{
color: #D54512;
}
</style>
background-color css
<style>
a { background-color: #D54512; }
a { background-color: rgb(213,69,18); }
div.DivClassName
{
background-color: #D54512;
}
.BgClassName
{
background-color: #D54512;
}
</style>
border-color css
<style>
span { border-color: #D54512; }
span { border-color: rgb(213,69,18); }
td.TdClassName
{
border-color: #D54512;
}
.TagClassName
{
border-color: #D54512;
}
</style>