Html Css Color HEX #DF1E13 Harley Davidson Orange
📋 copy color: '#DF1E13'red 223 ◦ green 30 ◦ blue 19
Shades of Harley Davidson Orange #DF1E13
Tints of Harley Davidson Orange #DF1E13
RGB
CMYK
RGB Variations
Color information
#DF1E13 (or 0xDF1E13) is known color: Harley Davidson Orange. HEX triplet: DF, 1E and 13. RGB value is (223,30,19). Sum of RGB (Red+Green+Blue) = 223+30+19=272 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.99% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1E13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF1E13 is #20E1EC. Grayscale: #565656. Windows color (decimal): -2154989 or 1253087. OLE color: 1253087.
HSL color Cylindrical-coordinate representation of color #DF1E13: hue angle of 3.24º 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 #DF1E13 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 30 | 19 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.13 |
| HSL | 3.24º | 0.84% | 0.47% | - |
| HSV(B) | 3.24º | 0.91% | 0.87% | - |
| XYZ | 31.01 | 16.66 | 2.2 | - |
| YUV | 86.45 | 89.94 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 30 | 19 | 0 | 0.87 | 0.91 | 0.13 | 3.24 | 0.84 | 0.47 |
| Hex | DF | 1E | 13 | 0 | 57 | 5B | D | 3 | 54 | 2F |
| Octal | 337 | 36 | 23 | 0 | 127 | 133 | 15 | 3 | 124 | 57 |
| Binary | 11011111 | 11110 | 10011 | 0 | 1010111 | 1011011 | 1101 | 11 | 1010100 | 101111 |
Color Harmonies of #DF1E13
Complementary color
Monochromatic Colors of #DF1E13
Black with #DF1E13
Text Example
Text Example
White with #DF1E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1E13; }
p { color: rgb(223,30,19); }
H1.HeaderClassName
{
color: #DF1E13;
}
.AnyTagClassName
{
color: #DF1E13;
}
</style>
background-color css
<style>
a { background-color: #DF1E13; }
a { background-color: rgb(223,30,19); }
div.DivClassName
{
background-color: #DF1E13;
}
.BgClassName
{
background-color: #DF1E13;
}
</style>
border-color css
<style>
span { border-color: #DF1E13; }
span { border-color: rgb(223,30,19); }
td.TdClassName
{
border-color: #DF1E13;
}
.TagClassName
{
border-color: #DF1E13;
}
</style>