Html Css Color HEX #DF2415 Harley Davidson Orange
📋 copy color: '#DF2415'red 223 ◦ green 36 ◦ blue 21
Shades of Harley Davidson Orange #DF2415
Tints of Harley Davidson Orange #DF2415
RGB
CMYK
RGB Variations
Color information
#DF2415 (or 0xDF2415) is known color: Harley Davidson Orange. HEX triplet: DF, 24 and 15. RGB value is (223,36,21). Sum of RGB (Red+Green+Blue) = 223+36+21=280 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.64% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2415 is #20DBEA. Grayscale: #5A5A5A. Windows color (decimal): -2153451 or 1385695. OLE color: 1385695.
HSL color Cylindrical-coordinate representation of color #DF2415: hue angle of 4.46º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF2415 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 21 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.13 |
| HSL | 4.46º | 0.83% | 0.48% | - |
| HSV(B) | 4.46º | 0.91% | 0.87% | - |
| XYZ | 31.2 | 17 | 2.35 | - |
| YUV | 90.2 | 88.95 | 222.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 21 | 0 | 0.84 | 0.91 | 0.13 | 4.46 | 0.83 | 0.48 |
| Hex | DF | 24 | 15 | 0 | 54 | 5B | D | 4 | 53 | 30 |
| Octal | 337 | 44 | 25 | 0 | 124 | 133 | 15 | 4 | 123 | 60 |
| Binary | 11011111 | 100100 | 10101 | 0 | 1010100 | 1011011 | 1101 | 100 | 1010011 | 110000 |
Color Harmonies of #DF2415
Complementary color
Monochromatic Colors of #DF2415
Black with #DF2415
Text Example
Text Example
White with #DF2415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2415; }
p { color: rgb(223,36,21); }
H1.HeaderClassName
{
color: #DF2415;
}
.AnyTagClassName
{
color: #DF2415;
}
</style>
background-color css
<style>
a { background-color: #DF2415; }
a { background-color: rgb(223,36,21); }
div.DivClassName
{
background-color: #DF2415;
}
.BgClassName
{
background-color: #DF2415;
}
</style>
border-color css
<style>
span { border-color: #DF2415; }
span { border-color: rgb(223,36,21); }
td.TdClassName
{
border-color: #DF2415;
}
.TagClassName
{
border-color: #DF2415;
}
</style>