Html Css Color HEX #DF2518 Harley Davidson Orange
📋 copy color: '#DF2518'red 223 ◦ green 37 ◦ blue 24
Shades of Harley Davidson Orange #DF2518
Tints of Harley Davidson Orange #DF2518
RGB
CMYK
RGB Variations
Color information
#DF2518 (or 0xDF2518) is known color: Harley Davidson Orange. HEX triplet: DF, 25 and 18. RGB value is (223,37,24). Sum of RGB (Red+Green+Blue) = 223+37+24=284 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.52% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2518 is #20DAE7. Grayscale: #5B5B5B. Windows color (decimal): -2153192 or 1582559. OLE color: 1582559.
HSL color Cylindrical-coordinate representation of color #DF2518: hue angle of 3.92º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF2518 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 24 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.13 |
| HSL | 3.92º | 0.81% | 0.48% | - |
| HSV(B) | 3.92º | 0.89% | 0.87% | - |
| XYZ | 31.26 | 17.08 | 2.51 | - |
| YUV | 91.13 | 90.12 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 24 | 0 | 0.83 | 0.89 | 0.13 | 3.92 | 0.81 | 0.48 |
| Hex | DF | 25 | 18 | 0 | 53 | 59 | D | 4 | 51 | 30 |
| Octal | 337 | 45 | 30 | 0 | 123 | 131 | 15 | 4 | 121 | 60 |
| Binary | 11011111 | 100101 | 11000 | 0 | 1010011 | 1011001 | 1101 | 100 | 1010001 | 110000 |
Color Harmonies of #DF2518
Complementary color
Monochromatic Colors of #DF2518
Black with #DF2518
Text Example
Text Example
White with #DF2518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2518; }
p { color: rgb(223,37,24); }
H1.HeaderClassName
{
color: #DF2518;
}
.AnyTagClassName
{
color: #DF2518;
}
</style>
background-color css
<style>
a { background-color: #DF2518; }
a { background-color: rgb(223,37,24); }
div.DivClassName
{
background-color: #DF2518;
}
.BgClassName
{
background-color: #DF2518;
}
</style>
border-color css
<style>
span { border-color: #DF2518; }
span { border-color: rgb(223,37,24); }
td.TdClassName
{
border-color: #DF2518;
}
.TagClassName
{
border-color: #DF2518;
}
</style>