Html Css Color HEX #D54619 Harley Davidson Orange
📋 copy color: '#D54619'red 213 ◦ green 70 ◦ blue 25
Shades of Harley Davidson Orange #D54619
Tints of Harley Davidson Orange #D54619
RGB
CMYK
RGB Variations
Color information
#D54619 (or 0xD54619) is known color: Harley Davidson Orange. HEX triplet: D5, 46 and 19. RGB value is (213,70,25). Sum of RGB (Red+Green+Blue) = 213+70+25=308 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.16% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 213 - color contains mainly: red. Hex color #D54619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54619 is #2AB9E6. Grayscale: #6B6B6B. Windows color (decimal): -2800103 or 1656533. OLE color: 1656533.
HSL color Cylindrical-coordinate representation of color #D54619: hue angle of 14.36º 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 #D54619 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 70 | 25 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.16 |
| HSL | 14.36º | 0.79% | 0.47% | - |
| HSV(B) | 14.36º | 0.88% | 0.84% | - |
| XYZ | 29.81 | 18.6 | 2.94 | - |
| YUV | 107.63 | 81.38 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 70 | 25 | 0 | 0.67 | 0.88 | 0.16 | 14.36 | 0.79 | 0.47 |
| Hex | D5 | 46 | 19 | 0 | 43 | 58 | 10 | E | 4F | 2F |
| Octal | 325 | 106 | 31 | 0 | 103 | 130 | 20 | 16 | 117 | 57 |
| Binary | 11010101 | 1000110 | 11001 | 0 | 1000011 | 1011000 | 10000 | 1110 | 1001111 | 101111 |
Color Harmonies of #D54619
Complementary color
Monochromatic Colors of #D54619
Black with #D54619
Text Example
Text Example
White with #D54619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54619; }
p { color: rgb(213,70,25); }
H1.HeaderClassName
{
color: #D54619;
}
.AnyTagClassName
{
color: #D54619;
}
</style>
background-color css
<style>
a { background-color: #D54619; }
a { background-color: rgb(213,70,25); }
div.DivClassName
{
background-color: #D54619;
}
.BgClassName
{
background-color: #D54619;
}
</style>
border-color css
<style>
span { border-color: #D54619; }
span { border-color: rgb(213,70,25); }
td.TdClassName
{
border-color: #D54619;
}
.TagClassName
{
border-color: #D54619;
}
</style>