Html Css Color HEX #DF370C Harley Davidson Orange
📋 copy color: '#DF370C'red 223 ◦ green 55 ◦ blue 12
Shades of Harley Davidson Orange #DF370C
Tints of Harley Davidson Orange #DF370C
RGB
CMYK
RGB Variations
Color information
#DF370C (or 0xDF370C) is known color: Harley Davidson Orange. HEX triplet: DF, 37 and 0C. RGB value is (223,55,12). Sum of RGB (Red+Green+Blue) = 223+55+12=290 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.90% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 223 - color contains mainly: red. Hex color #DF370C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF370C is #20C8F3. Grayscale: #646464. Windows color (decimal): -2148596 or 800735. OLE color: 800735.
HSL color Cylindrical-coordinate representation of color #DF370C: hue angle of 12.23º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF370C is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 12 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.13 |
| HSL | 12.23º | 0.9% | 0.46% | - |
| HSV(B) | 12.23º | 0.95% | 0.87% | - |
| XYZ | 31.86 | 18.45 | 2.23 | - |
| YUV | 100.33 | 78.16 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 12 | 0 | 0.75 | 0.95 | 0.13 | 12.23 | 0.9 | 0.46 |
| Hex | DF | 37 | C | 0 | 4B | 5F | D | C | 5A | 2E |
| Octal | 337 | 67 | 14 | 0 | 113 | 137 | 15 | 14 | 132 | 56 |
| Binary | 11011111 | 110111 | 1100 | 0 | 1001011 | 1011111 | 1101 | 1100 | 1011010 | 101110 |
Color Harmonies of #DF370C
Complementary color
Monochromatic Colors of #DF370C
Black with #DF370C
Text Example
Text Example
White with #DF370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF370C; }
p { color: rgb(223,55,12); }
H1.HeaderClassName
{
color: #DF370C;
}
.AnyTagClassName
{
color: #DF370C;
}
</style>
background-color css
<style>
a { background-color: #DF370C; }
a { background-color: rgb(223,55,12); }
div.DivClassName
{
background-color: #DF370C;
}
.BgClassName
{
background-color: #DF370C;
}
</style>
border-color css
<style>
span { border-color: #DF370C; }
span { border-color: rgb(223,55,12); }
td.TdClassName
{
border-color: #DF370C;
}
.TagClassName
{
border-color: #DF370C;
}
</style>