Html Css Color HEX #D54312 Harley Davidson Orange
📋 copy color: '#D54312'red 213 ◦ green 67 ◦ blue 18
Shades of Harley Davidson Orange #D54312
Tints of Harley Davidson Orange #D54312
RGB
CMYK
RGB Variations
Color information
#D54312 (or 0xD54312) is known color: Harley Davidson Orange. HEX triplet: D5, 43 and 12. RGB value is (213,67,18). Sum of RGB (Red+Green+Blue) = 213+67+18=298 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.48% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 213 - color contains mainly: red. Hex color #D54312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54312 is #2ABCED. Grayscale: #696969. Windows color (decimal): -2800878 or 1197013. OLE color: 1197013.
HSL color Cylindrical-coordinate representation of color #D54312: hue angle of 15.08º 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 #D54312 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 18 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.16 |
| HSL | 15.08º | 0.84% | 0.45% | - |
| HSV(B) | 15.08º | 0.92% | 0.84% | - |
| XYZ | 29.56 | 18.2 | 2.53 | - |
| YUV | 105.07 | 78.87 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 18 | 0 | 0.69 | 0.92 | 0.16 | 15.08 | 0.84 | 0.45 |
| Hex | D5 | 43 | 12 | 0 | 45 | 5C | 10 | F | 54 | 2D |
| Octal | 325 | 103 | 22 | 0 | 105 | 134 | 20 | 17 | 124 | 55 |
| Binary | 11010101 | 1000011 | 10010 | 0 | 1000101 | 1011100 | 10000 | 1111 | 1010100 | 101101 |
Color Harmonies of #D54312
Complementary color
Monochromatic Colors of #D54312
Black with #D54312
Text Example
Text Example
White with #D54312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54312; }
p { color: rgb(213,67,18); }
H1.HeaderClassName
{
color: #D54312;
}
.AnyTagClassName
{
color: #D54312;
}
</style>
background-color css
<style>
a { background-color: #D54312; }
a { background-color: rgb(213,67,18); }
div.DivClassName
{
background-color: #D54312;
}
.BgClassName
{
background-color: #D54312;
}
</style>
border-color css
<style>
span { border-color: #D54312; }
span { border-color: rgb(213,67,18); }
td.TdClassName
{
border-color: #D54312;
}
.TagClassName
{
border-color: #D54312;
}
</style>