Html Css Color HEX #DF371E Harley Davidson Orange
📋 copy color: '#DF371E'red 223 ◦ green 55 ◦ blue 30
Shades of Harley Davidson Orange #DF371E
Tints of Harley Davidson Orange #DF371E
RGB
CMYK
RGB Variations
Color information
#DF371E (or 0xDF371E) is known color: Harley Davidson Orange. HEX triplet: DF, 37 and 1E. RGB value is (223,55,30). Sum of RGB (Red+Green+Blue) = 223+55+30=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF371E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF371E is #20C8E1. Grayscale: #666666. Windows color (decimal): -2148578 or 1980383. OLE color: 1980383.
HSL color Cylindrical-coordinate representation of color #DF371E: hue angle of 7.77º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF371E is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 30 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.13 |
| HSL | 7.77º | 0.76% | 0.5% | - |
| HSV(B) | 7.77º | 0.87% | 0.87% | - |
| XYZ | 32.03 | 18.51 | 3.11 | - |
| YUV | 102.38 | 87.16 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 30 | 0 | 0.75 | 0.87 | 0.13 | 7.77 | 0.76 | 0.5 |
| Hex | DF | 37 | 1E | 0 | 4B | 57 | D | 8 | 4C | 32 |
| Octal | 337 | 67 | 36 | 0 | 113 | 127 | 15 | 10 | 114 | 62 |
| Binary | 11011111 | 110111 | 11110 | 0 | 1001011 | 1010111 | 1101 | 1000 | 1001100 | 110010 |
Color Harmonies of #DF371E
Complementary color
Monochromatic Colors of #DF371E
Black with #DF371E
Text Example
Text Example
White with #DF371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF371E; }
p { color: rgb(223,55,30); }
H1.HeaderClassName
{
color: #DF371E;
}
.AnyTagClassName
{
color: #DF371E;
}
</style>
background-color css
<style>
a { background-color: #DF371E; }
a { background-color: rgb(223,55,30); }
div.DivClassName
{
background-color: #DF371E;
}
.BgClassName
{
background-color: #DF371E;
}
</style>
border-color css
<style>
span { border-color: #DF371E; }
span { border-color: rgb(223,55,30); }
td.TdClassName
{
border-color: #DF371E;
}
.TagClassName
{
border-color: #DF371E;
}
</style>