Html Css Color HEX #DF2913 Harley Davidson Orange
📋 copy color: '#DF2913'red 223 ◦ green 41 ◦ blue 19
Shades of Harley Davidson Orange #DF2913
Tints of Harley Davidson Orange #DF2913
RGB
CMYK
RGB Variations
Color information
#DF2913 (or 0xDF2913) is known color: Harley Davidson Orange. HEX triplet: DF, 29 and 13. RGB value is (223,41,19). Sum of RGB (Red+Green+Blue) = 223+41+19=283 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.80% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2913 is #20D6EC. Grayscale: #5D5D5D. Windows color (decimal): -2152173 or 1255903. OLE color: 1255903.
HSL color Cylindrical-coordinate representation of color #DF2913: hue angle of 6.47º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF2913 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 19 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.13 |
| HSL | 6.47º | 0.84% | 0.47% | - |
| HSV(B) | 6.47º | 0.91% | 0.87% | - |
| XYZ | 31.34 | 17.32 | 2.31 | - |
| YUV | 92.91 | 86.3 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 19 | 0 | 0.82 | 0.91 | 0.13 | 6.47 | 0.84 | 0.47 |
| Hex | DF | 29 | 13 | 0 | 52 | 5B | D | 6 | 54 | 2F |
| Octal | 337 | 51 | 23 | 0 | 122 | 133 | 15 | 6 | 124 | 57 |
| Binary | 11011111 | 101001 | 10011 | 0 | 1010010 | 1011011 | 1101 | 110 | 1010100 | 101111 |
Color Harmonies of #DF2913
Complementary color
Monochromatic Colors of #DF2913
Black with #DF2913
Text Example
Text Example
White with #DF2913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2913; }
p { color: rgb(223,41,19); }
H1.HeaderClassName
{
color: #DF2913;
}
.AnyTagClassName
{
color: #DF2913;
}
</style>
background-color css
<style>
a { background-color: #DF2913; }
a { background-color: rgb(223,41,19); }
div.DivClassName
{
background-color: #DF2913;
}
.BgClassName
{
background-color: #DF2913;
}
</style>
border-color css
<style>
span { border-color: #DF2913; }
span { border-color: rgb(223,41,19); }
td.TdClassName
{
border-color: #DF2913;
}
.TagClassName
{
border-color: #DF2913;
}
</style>