Html Css Color HEX #DF370F Harley Davidson Orange
📋 copy color: '#DF370F'red 223 ◦ green 55 ◦ blue 15
Shades of Harley Davidson Orange #DF370F
Tints of Harley Davidson Orange #DF370F
RGB
CMYK
RGB Variations
Color information
#DF370F (or 0xDF370F) is known color: Harley Davidson Orange. HEX triplet: DF, 37 and 0F. RGB value is (223,55,15). Sum of RGB (Red+Green+Blue) = 223+55+15=293 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.11% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 223 - color contains mainly: red. Hex color #DF370F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF370F is #20C8F0. Grayscale: #656565. Windows color (decimal): -2148593 or 997343. OLE color: 997343.
HSL color Cylindrical-coordinate representation of color #DF370F: hue angle of 11.54º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF370F is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 15 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.13 |
| HSL | 11.54º | 0.87% | 0.47% | - |
| HSV(B) | 11.54º | 0.93% | 0.87% | - |
| XYZ | 31.88 | 18.45 | 2.33 | - |
| YUV | 100.67 | 79.66 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 15 | 0 | 0.75 | 0.93 | 0.13 | 11.54 | 0.87 | 0.47 |
| Hex | DF | 37 | F | 0 | 4B | 5D | D | C | 57 | 2F |
| Octal | 337 | 67 | 17 | 0 | 113 | 135 | 15 | 14 | 127 | 57 |
| Binary | 11011111 | 110111 | 1111 | 0 | 1001011 | 1011101 | 1101 | 1100 | 1010111 | 101111 |
Color Harmonies of #DF370F
Complementary color
Monochromatic Colors of #DF370F
Black with #DF370F
Text Example
Text Example
White with #DF370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF370F; }
p { color: rgb(223,55,15); }
H1.HeaderClassName
{
color: #DF370F;
}
.AnyTagClassName
{
color: #DF370F;
}
</style>
background-color css
<style>
a { background-color: #DF370F; }
a { background-color: rgb(223,55,15); }
div.DivClassName
{
background-color: #DF370F;
}
.BgClassName
{
background-color: #DF370F;
}
</style>
border-color css
<style>
span { border-color: #DF370F; }
span { border-color: rgb(223,55,15); }
td.TdClassName
{
border-color: #DF370F;
}
.TagClassName
{
border-color: #DF370F;
}
</style>