Html Css Color HEX #DF371A Harley Davidson Orange
📋 copy color: '#DF371A'red 223 ◦ green 55 ◦ blue 26
Shades of Harley Davidson Orange #DF371A
Tints of Harley Davidson Orange #DF371A
RGB
CMYK
RGB Variations
Color information
#DF371A (or 0xDF371A) is known color: Harley Davidson Orange. HEX triplet: DF, 37 and 1A. RGB value is (223,55,26). Sum of RGB (Red+Green+Blue) = 223+55+26=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF371A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF371A is #20C8E5. Grayscale: #666666. Windows color (decimal): -2148582 or 1718239. OLE color: 1718239.
HSL color Cylindrical-coordinate representation of color #DF371A: hue angle of 8.83º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF371A is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 26 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.13 |
| HSL | 8.83º | 0.79% | 0.49% | - |
| HSV(B) | 8.83º | 0.88% | 0.87% | - |
| XYZ | 31.98 | 18.49 | 2.86 | - |
| YUV | 101.93 | 85.16 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 26 | 0 | 0.75 | 0.88 | 0.13 | 8.83 | 0.79 | 0.49 |
| Hex | DF | 37 | 1A | 0 | 4B | 58 | D | 9 | 4F | 31 |
| Octal | 337 | 67 | 32 | 0 | 113 | 130 | 15 | 11 | 117 | 61 |
| Binary | 11011111 | 110111 | 11010 | 0 | 1001011 | 1011000 | 1101 | 1001 | 1001111 | 110001 |
Color Harmonies of #DF371A
Complementary color
Monochromatic Colors of #DF371A
Black with #DF371A
Text Example
Text Example
White with #DF371A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF371A; }
p { color: rgb(223,55,26); }
H1.HeaderClassName
{
color: #DF371A;
}
.AnyTagClassName
{
color: #DF371A;
}
</style>
background-color css
<style>
a { background-color: #DF371A; }
a { background-color: rgb(223,55,26); }
div.DivClassName
{
background-color: #DF371A;
}
.BgClassName
{
background-color: #DF371A;
}
</style>
border-color css
<style>
span { border-color: #DF371A; }
span { border-color: rgb(223,55,26); }
td.TdClassName
{
border-color: #DF371A;
}
.TagClassName
{
border-color: #DF371A;
}
</style>