Html Css Color HEX #DF391C Harley Davidson Orange
📋 copy color: '#DF391C'red 223 ◦ green 57 ◦ blue 28
Shades of Harley Davidson Orange #DF391C
Tints of Harley Davidson Orange #DF391C
RGB
CMYK
RGB Variations
Color information
#DF391C (or 0xDF391C) is known color: Harley Davidson Orange. HEX triplet: DF, 39 and 1C. RGB value is (223,57,28). Sum of RGB (Red+Green+Blue) = 223+57+28=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF391C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF391C is #20C6E3. Grayscale: #676767. Windows color (decimal): -2148068 or 1849823. OLE color: 1849823.
HSL color Cylindrical-coordinate representation of color #DF391C: hue angle of 8.92º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF391C is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 28 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.13 |
| HSL | 8.92º | 0.78% | 0.49% | - |
| HSV(B) | 8.92º | 0.87% | 0.87% | - |
| XYZ | 32.1 | 18.7 | 3.02 | - |
| YUV | 103.33 | 85.5 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 28 | 0 | 0.74 | 0.87 | 0.13 | 8.92 | 0.78 | 0.49 |
| Hex | DF | 39 | 1C | 0 | 4A | 57 | D | 9 | 4E | 31 |
| Octal | 337 | 71 | 34 | 0 | 112 | 127 | 15 | 11 | 116 | 61 |
| Binary | 11011111 | 111001 | 11100 | 0 | 1001010 | 1010111 | 1101 | 1001 | 1001110 | 110001 |
Color Harmonies of #DF391C
Complementary color
Monochromatic Colors of #DF391C
Black with #DF391C
Text Example
Text Example
White with #DF391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF391C; }
p { color: rgb(223,57,28); }
H1.HeaderClassName
{
color: #DF391C;
}
.AnyTagClassName
{
color: #DF391C;
}
</style>
background-color css
<style>
a { background-color: #DF391C; }
a { background-color: rgb(223,57,28); }
div.DivClassName
{
background-color: #DF391C;
}
.BgClassName
{
background-color: #DF391C;
}
</style>
border-color css
<style>
span { border-color: #DF391C; }
span { border-color: rgb(223,57,28); }
td.TdClassName
{
border-color: #DF391C;
}
.TagClassName
{
border-color: #DF391C;
}
</style>