Html Css Color HEX #DF2615 Harley Davidson Orange
📋 copy color: '#DF2615'red 223 ◦ green 38 ◦ blue 21
Shades of Harley Davidson Orange #DF2615
Tints of Harley Davidson Orange #DF2615
RGB
CMYK
RGB Variations
Color information
#DF2615 (or 0xDF2615) is known color: Harley Davidson Orange. HEX triplet: DF, 26 and 15. RGB value is (223,38,21). Sum of RGB (Red+Green+Blue) = 223+38+21=282 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.08% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2615 is #20D9EA. Grayscale: #5B5B5B. Windows color (decimal): -2152939 or 1386207. OLE color: 1386207.
HSL color Cylindrical-coordinate representation of color #DF2615: hue angle of 5.05º 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 #DF2615 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 38 | 21 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.13 |
| HSL | 5.05º | 0.83% | 0.48% | - |
| HSV(B) | 5.05º | 0.91% | 0.87% | - |
| XYZ | 31.26 | 17.13 | 2.37 | - |
| YUV | 91.38 | 88.29 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 38 | 21 | 0 | 0.83 | 0.91 | 0.13 | 5.05 | 0.83 | 0.48 |
| Hex | DF | 26 | 15 | 0 | 53 | 5B | D | 5 | 53 | 30 |
| Octal | 337 | 46 | 25 | 0 | 123 | 133 | 15 | 5 | 123 | 60 |
| Binary | 11011111 | 100110 | 10101 | 0 | 1010011 | 1011011 | 1101 | 101 | 1010011 | 110000 |
Color Harmonies of #DF2615
Complementary color
Monochromatic Colors of #DF2615
Black with #DF2615
Text Example
Text Example
White with #DF2615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2615; }
p { color: rgb(223,38,21); }
H1.HeaderClassName
{
color: #DF2615;
}
.AnyTagClassName
{
color: #DF2615;
}
</style>
background-color css
<style>
a { background-color: #DF2615; }
a { background-color: rgb(223,38,21); }
div.DivClassName
{
background-color: #DF2615;
}
.BgClassName
{
background-color: #DF2615;
}
</style>
border-color css
<style>
span { border-color: #DF2615; }
span { border-color: rgb(223,38,21); }
td.TdClassName
{
border-color: #DF2615;
}
.TagClassName
{
border-color: #DF2615;
}
</style>