Html Css Color HEX #D54B18 Harley Davidson Orange
📋 copy color: '#D54B18'red 213 ◦ green 75 ◦ blue 24
Shades of Harley Davidson Orange #D54B18
Tints of Harley Davidson Orange #D54B18
RGB
CMYK
RGB Variations
Color information
#D54B18 (or 0xD54B18) is known color: Harley Davidson Orange. HEX triplet: D5, 4B and 18. RGB value is (213,75,24). Sum of RGB (Red+Green+Blue) = 213+75+24=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 24 (9.77% from 255 or 7.69% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54B18 is #2AB4E7. Grayscale: #6E6E6E. Windows color (decimal): -2798824 or 1592277. OLE color: 1592277.
HSL color Cylindrical-coordinate representation of color #D54B18: hue angle of 16.19º 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 #D54B18 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 75 | 24 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.16 |
| HSL | 16.19º | 0.8% | 0.46% | - |
| HSV(B) | 16.19º | 0.89% | 0.84% | - |
| XYZ | 30.12 | 19.24 | 2.99 | - |
| YUV | 110.45 | 79.22 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 75 | 24 | 0 | 0.65 | 0.89 | 0.16 | 16.19 | 0.8 | 0.46 |
| Hex | D5 | 4B | 18 | 0 | 41 | 59 | 10 | 10 | 50 | 2E |
| Octal | 325 | 113 | 30 | 0 | 101 | 131 | 20 | 20 | 120 | 56 |
| Binary | 11010101 | 1001011 | 11000 | 0 | 1000001 | 1011001 | 10000 | 10000 | 1010000 | 101110 |
Color Harmonies of #D54B18
Complementary color
Monochromatic Colors of #D54B18
Black with #D54B18
Text Example
Text Example
White with #D54B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54B18; }
p { color: rgb(213,75,24); }
H1.HeaderClassName
{
color: #D54B18;
}
.AnyTagClassName
{
color: #D54B18;
}
</style>
background-color css
<style>
a { background-color: #D54B18; }
a { background-color: rgb(213,75,24); }
div.DivClassName
{
background-color: #D54B18;
}
.BgClassName
{
background-color: #D54B18;
}
</style>
border-color css
<style>
span { border-color: #D54B18; }
span { border-color: rgb(213,75,24); }
td.TdClassName
{
border-color: #D54B18;
}
.TagClassName
{
border-color: #D54B18;
}
</style>