Html Css Color HEX #D54712 Harley Davidson Orange
📋 copy color: '#D54712'red 213 ◦ green 71 ◦ blue 18
Shades of Harley Davidson Orange #D54712
Tints of Harley Davidson Orange #D54712
RGB
CMYK
RGB Variations
Color information
#D54712 (or 0xD54712) is known color: Harley Davidson Orange. HEX triplet: D5, 47 and 12. RGB value is (213,71,18). Sum of RGB (Red+Green+Blue) = 213+71+18=302 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.53% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 213 - color contains mainly: red. Hex color #D54712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54712 is #2AB8ED. Grayscale: #6B6B6B. Windows color (decimal): -2799854 or 1198037. OLE color: 1198037.
HSL color Cylindrical-coordinate representation of color #D54712: hue angle of 16.31º 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 #D54712 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 18 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.16 |
| HSL | 16.31º | 0.84% | 0.45% | - |
| HSV(B) | 16.31º | 0.92% | 0.84% | - |
| XYZ | 29.8 | 18.7 | 2.61 | - |
| YUV | 107.42 | 77.54 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 18 | 0 | 0.67 | 0.92 | 0.16 | 16.31 | 0.84 | 0.45 |
| Hex | D5 | 47 | 12 | 0 | 43 | 5C | 10 | 10 | 54 | 2D |
| Octal | 325 | 107 | 22 | 0 | 103 | 134 | 20 | 20 | 124 | 55 |
| Binary | 11010101 | 1000111 | 10010 | 0 | 1000011 | 1011100 | 10000 | 10000 | 1010100 | 101101 |
Color Harmonies of #D54712
Complementary color
Monochromatic Colors of #D54712
Black with #D54712
Text Example
Text Example
White with #D54712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54712; }
p { color: rgb(213,71,18); }
H1.HeaderClassName
{
color: #D54712;
}
.AnyTagClassName
{
color: #D54712;
}
</style>
background-color css
<style>
a { background-color: #D54712; }
a { background-color: rgb(213,71,18); }
div.DivClassName
{
background-color: #D54712;
}
.BgClassName
{
background-color: #D54712;
}
</style>
border-color css
<style>
span { border-color: #D54712; }
span { border-color: rgb(213,71,18); }
td.TdClassName
{
border-color: #D54712;
}
.TagClassName
{
border-color: #D54712;
}
</style>