Html Css Color HEX #DF370A Harley Davidson Orange
📋 copy color: '#DF370A'red 223 ◦ green 55 ◦ blue 10
Shades of Harley Davidson Orange #DF370A
Tints of Harley Davidson Orange #DF370A
RGB
CMYK
RGB Variations
Color information
#DF370A (or 0xDF370A) is known color: Harley Davidson Orange. HEX triplet: DF, 37 and 0A. RGB value is (223,55,10). Sum of RGB (Red+Green+Blue) = 223+55+10=288 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.43% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 223 - color contains mainly: red. Hex color #DF370A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF370A is #20C8F5. Grayscale: #646464. Windows color (decimal): -2148598 or 669663. OLE color: 669663.
HSL color Cylindrical-coordinate representation of color #DF370A: hue angle of 12.68º 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 #DF370A is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 10 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.13 |
| HSL | 12.68º | 0.91% | 0.46% | - |
| HSV(B) | 12.68º | 0.96% | 0.87% | - |
| XYZ | 31.85 | 18.44 | 2.17 | - |
| YUV | 100.1 | 77.16 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 10 | 0 | 0.75 | 0.96 | 0.13 | 12.68 | 0.91 | 0.46 |
| Hex | DF | 37 | A | 0 | 4B | 60 | D | D | 5B | 2E |
| Octal | 337 | 67 | 12 | 0 | 113 | 140 | 15 | 15 | 133 | 56 |
| Binary | 11011111 | 110111 | 1010 | 0 | 1001011 | 1100000 | 1101 | 1101 | 1011011 | 101110 |
Color Harmonies of #DF370A
Complementary color
Monochromatic Colors of #DF370A
Black with #DF370A
Text Example
Text Example
White with #DF370A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF370A; }
p { color: rgb(223,55,10); }
H1.HeaderClassName
{
color: #DF370A;
}
.AnyTagClassName
{
color: #DF370A;
}
</style>
background-color css
<style>
a { background-color: #DF370A; }
a { background-color: rgb(223,55,10); }
div.DivClassName
{
background-color: #DF370A;
}
.BgClassName
{
background-color: #DF370A;
}
</style>
border-color css
<style>
span { border-color: #DF370A; }
span { border-color: rgb(223,55,10); }
td.TdClassName
{
border-color: #DF370A;
}
.TagClassName
{
border-color: #DF370A;
}
</style>