Html Css Color HEX #DF390A Harley Davidson Orange
📋 copy color: '#DF390A'red 223 ◦ green 57 ◦ blue 10
Shades of Harley Davidson Orange #DF390A
Tints of Harley Davidson Orange #DF390A
RGB
CMYK
RGB Variations
Color information
#DF390A (or 0xDF390A) is known color: Harley Davidson Orange. HEX triplet: DF, 39 and 0A. RGB value is (223,57,10). Sum of RGB (Red+Green+Blue) = 223+57+10=290 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.90% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 223 - color contains mainly: red. Hex color #DF390A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF390A is #20C6F5. Grayscale: #656565. Windows color (decimal): -2148086 or 670175. OLE color: 670175.
HSL color Cylindrical-coordinate representation of color #DF390A: hue angle of 13.24º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF390A is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 10 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.13 |
| HSL | 13.24º | 0.91% | 0.46% | - |
| HSV(B) | 13.24º | 0.96% | 0.87% | - |
| XYZ | 31.95 | 18.64 | 2.2 | - |
| YUV | 101.28 | 76.5 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 10 | 0 | 0.74 | 0.96 | 0.13 | 13.24 | 0.91 | 0.46 |
| Hex | DF | 39 | A | 0 | 4A | 60 | D | D | 5B | 2E |
| Octal | 337 | 71 | 12 | 0 | 112 | 140 | 15 | 15 | 133 | 56 |
| Binary | 11011111 | 111001 | 1010 | 0 | 1001010 | 1100000 | 1101 | 1101 | 1011011 | 101110 |
Color Harmonies of #DF390A
Complementary color
Monochromatic Colors of #DF390A
Black with #DF390A
Text Example
Text Example
White with #DF390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF390A; }
p { color: rgb(223,57,10); }
H1.HeaderClassName
{
color: #DF390A;
}
.AnyTagClassName
{
color: #DF390A;
}
</style>
background-color css
<style>
a { background-color: #DF390A; }
a { background-color: rgb(223,57,10); }
div.DivClassName
{
background-color: #DF390A;
}
.BgClassName
{
background-color: #DF390A;
}
</style>
border-color css
<style>
span { border-color: #DF390A; }
span { border-color: rgb(223,57,10); }
td.TdClassName
{
border-color: #DF390A;
}
.TagClassName
{
border-color: #DF390A;
}
</style>