Html Css Color HEX #DF371B Harley Davidson Orange
📋 copy color: '#DF371B'red 223 ◦ green 55 ◦ blue 27
Shades of Harley Davidson Orange #DF371B
Tints of Harley Davidson Orange #DF371B
RGB
CMYK
RGB Variations
Color information
#DF371B (or 0xDF371B) is known color: Harley Davidson Orange. HEX triplet: DF, 37 and 1B. RGB value is (223,55,27). Sum of RGB (Red+Green+Blue) = 223+55+27=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 27 (10.94% from 255 or 8.85% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF371B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF371B is #20C8E4. Grayscale: #666666. Windows color (decimal): -2148581 or 1783775. OLE color: 1783775.
HSL color Cylindrical-coordinate representation of color #DF371B: hue angle of 8.57º degrees, saturation: 0.78, 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 #DF371B is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 27 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.13 |
| HSL | 8.57º | 0.78% | 0.49% | - |
| HSV(B) | 8.57º | 0.88% | 0.87% | - |
| XYZ | 32 | 18.5 | 2.92 | - |
| YUV | 102.04 | 85.66 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 27 | 0 | 0.75 | 0.88 | 0.13 | 8.57 | 0.78 | 0.49 |
| Hex | DF | 37 | 1B | 0 | 4B | 58 | D | 9 | 4E | 31 |
| Octal | 337 | 67 | 33 | 0 | 113 | 130 | 15 | 11 | 116 | 61 |
| Binary | 11011111 | 110111 | 11011 | 0 | 1001011 | 1011000 | 1101 | 1001 | 1001110 | 110001 |
Color Harmonies of #DF371B
Complementary color
Monochromatic Colors of #DF371B
Black with #DF371B
Text Example
Text Example
White with #DF371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF371B; }
p { color: rgb(223,55,27); }
H1.HeaderClassName
{
color: #DF371B;
}
.AnyTagClassName
{
color: #DF371B;
}
</style>
background-color css
<style>
a { background-color: #DF371B; }
a { background-color: rgb(223,55,27); }
div.DivClassName
{
background-color: #DF371B;
}
.BgClassName
{
background-color: #DF371B;
}
</style>
border-color css
<style>
span { border-color: #DF371B; }
span { border-color: rgb(223,55,27); }
td.TdClassName
{
border-color: #DF371B;
}
.TagClassName
{
border-color: #DF371B;
}
</style>