Html Css Color HEX #DF321E Harley Davidson Orange
📋 copy color: '#DF321E'red 223 ◦ green 50 ◦ blue 30
Shades of Harley Davidson Orange #DF321E
Tints of Harley Davidson Orange #DF321E
RGB
CMYK
RGB Variations
Color information
#DF321E (or 0xDF321E) is known color: Harley Davidson Orange. HEX triplet: DF, 32 and 1E. RGB value is (223,50,30). Sum of RGB (Red+Green+Blue) = 223+50+30=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF321E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF321E is #20CDE1. Grayscale: #636363. Windows color (decimal): -2149858 or 1979103. OLE color: 1979103.
HSL color Cylindrical-coordinate representation of color #DF321E: hue angle of 6.22º 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 #DF321E is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 30 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.13 |
| HSL | 6.22º | 0.76% | 0.5% | - |
| HSV(B) | 6.22º | 0.87% | 0.87% | - |
| XYZ | 31.81 | 18.06 | 3.04 | - |
| YUV | 99.45 | 88.81 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 30 | 0 | 0.78 | 0.87 | 0.13 | 6.22 | 0.76 | 0.5 |
| Hex | DF | 32 | 1E | 0 | 4E | 57 | D | 6 | 4C | 32 |
| Octal | 337 | 62 | 36 | 0 | 116 | 127 | 15 | 6 | 114 | 62 |
| Binary | 11011111 | 110010 | 11110 | 0 | 1001110 | 1010111 | 1101 | 110 | 1001100 | 110010 |
Color Harmonies of #DF321E
Complementary color
Monochromatic Colors of #DF321E
Black with #DF321E
Text Example
Text Example
White with #DF321E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF321E; }
p { color: rgb(223,50,30); }
H1.HeaderClassName
{
color: #DF321E;
}
.AnyTagClassName
{
color: #DF321E;
}
</style>
background-color css
<style>
a { background-color: #DF321E; }
a { background-color: rgb(223,50,30); }
div.DivClassName
{
background-color: #DF321E;
}
.BgClassName
{
background-color: #DF321E;
}
</style>
border-color css
<style>
span { border-color: #DF321E; }
span { border-color: rgb(223,50,30); }
td.TdClassName
{
border-color: #DF321E;
}
.TagClassName
{
border-color: #DF321E;
}
</style>