Html Css Color HEX #DF370E Harley Davidson Orange
📋 copy color: '#DF370E'red 223 ◦ green 55 ◦ blue 14
Shades of Harley Davidson Orange #DF370E
Tints of Harley Davidson Orange #DF370E
RGB
CMYK
RGB Variations
Color information
#DF370E (or 0xDF370E) is known color: Harley Davidson Orange. HEX triplet: DF, 37 and 0E. RGB value is (223,55,14). Sum of RGB (Red+Green+Blue) = 223+55+14=292 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.37% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 14 (5.86% from 255 or 4.79% from 292); Max value from RGB is 223 - color contains mainly: red. Hex color #DF370E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF370E is #20C8F1. Grayscale: #646464. Windows color (decimal): -2148594 or 931807. OLE color: 931807.
HSL color Cylindrical-coordinate representation of color #DF370E: hue angle of 11.77º degrees, saturation: 0.88, 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 #DF370E is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 14 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.13 |
| HSL | 11.77º | 0.88% | 0.46% | - |
| HSV(B) | 11.77º | 0.94% | 0.87% | - |
| XYZ | 31.88 | 18.45 | 2.3 | - |
| YUV | 100.56 | 79.16 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 14 | 0 | 0.75 | 0.94 | 0.13 | 11.77 | 0.88 | 0.46 |
| Hex | DF | 37 | E | 0 | 4B | 5E | D | C | 58 | 2E |
| Octal | 337 | 67 | 16 | 0 | 113 | 136 | 15 | 14 | 130 | 56 |
| Binary | 11011111 | 110111 | 1110 | 0 | 1001011 | 1011110 | 1101 | 1100 | 1011000 | 101110 |
Color Harmonies of #DF370E
Complementary color
Monochromatic Colors of #DF370E
Black with #DF370E
Text Example
Text Example
White with #DF370E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF370E; }
p { color: rgb(223,55,14); }
H1.HeaderClassName
{
color: #DF370E;
}
.AnyTagClassName
{
color: #DF370E;
}
</style>
background-color css
<style>
a { background-color: #DF370E; }
a { background-color: rgb(223,55,14); }
div.DivClassName
{
background-color: #DF370E;
}
.BgClassName
{
background-color: #DF370E;
}
</style>
border-color css
<style>
span { border-color: #DF370E; }
span { border-color: rgb(223,55,14); }
td.TdClassName
{
border-color: #DF370E;
}
.TagClassName
{
border-color: #DF370E;
}
</style>