Html Css Color HEX #D54218 Harley Davidson Orange
📋 copy color: '#D54218'red 213 ◦ green 66 ◦ blue 24
Shades of Harley Davidson Orange #D54218
Tints of Harley Davidson Orange #D54218
RGB
CMYK
RGB Variations
Color information
#D54218 (or 0xD54218) is known color: Harley Davidson Orange. HEX triplet: D5, 42 and 18. RGB value is (213,66,24). Sum of RGB (Red+Green+Blue) = 213+66+24=303 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.30% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 213 - color contains mainly: red. Hex color #D54218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54218 is #2ABDE7. Grayscale: #696969. Windows color (decimal): -2801128 or 1589973. OLE color: 1589973.
HSL color Cylindrical-coordinate representation of color #D54218: hue angle of 13.33º 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 #D54218 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 66 | 24 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.16 |
| HSL | 13.33º | 0.8% | 0.46% | - |
| HSV(B) | 13.33º | 0.89% | 0.84% | - |
| XYZ | 29.55 | 18.11 | 2.8 | - |
| YUV | 105.17 | 82.2 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 66 | 24 | 0 | 0.69 | 0.89 | 0.16 | 13.33 | 0.8 | 0.46 |
| Hex | D5 | 42 | 18 | 0 | 45 | 59 | 10 | D | 50 | 2E |
| Octal | 325 | 102 | 30 | 0 | 105 | 131 | 20 | 15 | 120 | 56 |
| Binary | 11010101 | 1000010 | 11000 | 0 | 1000101 | 1011001 | 10000 | 1101 | 1010000 | 101110 |
Color Harmonies of #D54218
Complementary color
Monochromatic Colors of #D54218
Black with #D54218
Text Example
Text Example
White with #D54218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54218; }
p { color: rgb(213,66,24); }
H1.HeaderClassName
{
color: #D54218;
}
.AnyTagClassName
{
color: #D54218;
}
</style>
background-color css
<style>
a { background-color: #D54218; }
a { background-color: rgb(213,66,24); }
div.DivClassName
{
background-color: #D54218;
}
.BgClassName
{
background-color: #D54218;
}
</style>
border-color css
<style>
span { border-color: #D54218; }
span { border-color: rgb(213,66,24); }
td.TdClassName
{
border-color: #D54218;
}
.TagClassName
{
border-color: #D54218;
}
</style>