Html Css Color HEX #D54818 Harley Davidson Orange
📋 copy color: '#D54818'red 213 ◦ green 72 ◦ blue 24
Shades of Harley Davidson Orange #D54818
Tints of Harley Davidson Orange #D54818
RGB
CMYK
RGB Variations
Color information
#D54818 (or 0xD54818) is known color: Harley Davidson Orange. HEX triplet: D5, 48 and 18. RGB value is (213,72,24). Sum of RGB (Red+Green+Blue) = 213+72+24=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D54818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54818 is #2AB7E7. Grayscale: #6D6D6D. Windows color (decimal): -2799592 or 1591509. OLE color: 1591509.
HSL color Cylindrical-coordinate representation of color #D54818: hue angle of 15.24º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D54818 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 72 | 24 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.16 |
| HSL | 15.24º | 0.8% | 0.46% | - |
| HSV(B) | 15.24º | 0.89% | 0.84% | - |
| XYZ | 29.92 | 18.85 | 2.92 | - |
| YUV | 108.69 | 80.21 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 72 | 24 | 0 | 0.66 | 0.89 | 0.16 | 15.24 | 0.8 | 0.46 |
| Hex | D5 | 48 | 18 | 0 | 42 | 59 | 10 | F | 50 | 2E |
| Octal | 325 | 110 | 30 | 0 | 102 | 131 | 20 | 17 | 120 | 56 |
| Binary | 11010101 | 1001000 | 11000 | 0 | 1000010 | 1011001 | 10000 | 1111 | 1010000 | 101110 |
Color Harmonies of #D54818
Complementary color
Monochromatic Colors of #D54818
Black with #D54818
Text Example
Text Example
White with #D54818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54818; }
p { color: rgb(213,72,24); }
H1.HeaderClassName
{
color: #D54818;
}
.AnyTagClassName
{
color: #D54818;
}
</style>
background-color css
<style>
a { background-color: #D54818; }
a { background-color: rgb(213,72,24); }
div.DivClassName
{
background-color: #D54818;
}
.BgClassName
{
background-color: #D54818;
}
</style>
border-color css
<style>
span { border-color: #D54818; }
span { border-color: rgb(213,72,24); }
td.TdClassName
{
border-color: #D54818;
}
.TagClassName
{
border-color: #D54818;
}
</style>