Html Css Color HEX #DF190D Harley Davidson Orange
📋 copy color: '#DF190D'red 223 ◦ green 25 ◦ blue 13
Shades of Harley Davidson Orange #DF190D
Tints of Harley Davidson Orange #DF190D
RGB
CMYK
RGB Variations
Color information
#DF190D (or 0xDF190D) is known color: Harley Davidson Orange. HEX triplet: DF, 19 and 0D. RGB value is (223,25,13). Sum of RGB (Red+Green+Blue) = 223+25+13=261 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.44% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 223 - color contains mainly: red. Hex color #DF190D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF190D is #20E6F2. Grayscale: #535353. Windows color (decimal): -2156275 or 858591. OLE color: 858591.
HSL color Cylindrical-coordinate representation of color #DF190D: hue angle of 3.43º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF190D is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 13 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.13 |
| HSL | 3.43º | 0.89% | 0.46% | - |
| HSV(B) | 3.43º | 0.94% | 0.87% | - |
| XYZ | 30.85 | 16.41 | 1.92 | - |
| YUV | 82.83 | 88.6 | 227.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 13 | 0 | 0.89 | 0.94 | 0.13 | 3.43 | 0.89 | 0.46 |
| Hex | DF | 19 | D | 0 | 59 | 5E | D | 3 | 59 | 2E |
| Octal | 337 | 31 | 15 | 0 | 131 | 136 | 15 | 3 | 131 | 56 |
| Binary | 11011111 | 11001 | 1101 | 0 | 1011001 | 1011110 | 1101 | 11 | 1011001 | 101110 |
Color Harmonies of #DF190D
Complementary color
Monochromatic Colors of #DF190D
Black with #DF190D
Text Example
Text Example
White with #DF190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF190D; }
p { color: rgb(223,25,13); }
H1.HeaderClassName
{
color: #DF190D;
}
.AnyTagClassName
{
color: #DF190D;
}
</style>
background-color css
<style>
a { background-color: #DF190D; }
a { background-color: rgb(223,25,13); }
div.DivClassName
{
background-color: #DF190D;
}
.BgClassName
{
background-color: #DF190D;
}
</style>
border-color css
<style>
span { border-color: #DF190D; }
span { border-color: rgb(223,25,13); }
td.TdClassName
{
border-color: #DF190D;
}
.TagClassName
{
border-color: #DF190D;
}
</style>