Html Css Color HEX #D54119 Harley Davidson Orange
📋 copy color: '#D54119'red 213 ◦ green 65 ◦ blue 25
Shades of Harley Davidson Orange #D54119
Tints of Harley Davidson Orange #D54119
RGB
CMYK
RGB Variations
Color information
#D54119 (or 0xD54119) is known color: Harley Davidson Orange. HEX triplet: D5, 41 and 19. RGB value is (213,65,25). Sum of RGB (Red+Green+Blue) = 213+65+25=303 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.30% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 213 - color contains mainly: red. Hex color #D54119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54119 is #2ABEE6. Grayscale: #696969. Windows color (decimal): -2801383 or 1655253. OLE color: 1655253.
HSL color Cylindrical-coordinate representation of color #D54119: hue angle of 12.77º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D54119 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 25 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.16 |
| HSL | 12.77º | 0.79% | 0.47% | - |
| HSV(B) | 12.77º | 0.88% | 0.84% | - |
| XYZ | 29.51 | 18 | 2.84 | - |
| YUV | 104.69 | 83.03 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 25 | 0 | 0.69 | 0.88 | 0.16 | 12.77 | 0.79 | 0.47 |
| Hex | D5 | 41 | 19 | 0 | 45 | 58 | 10 | D | 4F | 2F |
| Octal | 325 | 101 | 31 | 0 | 105 | 130 | 20 | 15 | 117 | 57 |
| Binary | 11010101 | 1000001 | 11001 | 0 | 1000101 | 1011000 | 10000 | 1101 | 1001111 | 101111 |
Color Harmonies of #D54119
Complementary color
Monochromatic Colors of #D54119
Black with #D54119
Text Example
Text Example
White with #D54119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54119; }
p { color: rgb(213,65,25); }
H1.HeaderClassName
{
color: #D54119;
}
.AnyTagClassName
{
color: #D54119;
}
</style>
background-color css
<style>
a { background-color: #D54119; }
a { background-color: rgb(213,65,25); }
div.DivClassName
{
background-color: #D54119;
}
.BgClassName
{
background-color: #D54119;
}
</style>
border-color css
<style>
span { border-color: #D54119; }
span { border-color: rgb(213,65,25); }
td.TdClassName
{
border-color: #D54119;
}
.TagClassName
{
border-color: #D54119;
}
</style>