Html Css Color HEX #DF321A Harley Davidson Orange
📋 copy color: '#DF321A'red 223 ◦ green 50 ◦ blue 26
Shades of Harley Davidson Orange #DF321A
Tints of Harley Davidson Orange #DF321A
RGB
CMYK
RGB Variations
Color information
#DF321A (or 0xDF321A) is known color: Harley Davidson Orange. HEX triplet: DF, 32 and 1A. RGB value is (223,50,26). Sum of RGB (Red+Green+Blue) = 223+50+26=299 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.58% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 223 - color contains mainly: red. Hex color #DF321A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF321A is #20CDE5. Grayscale: #636363. Windows color (decimal): -2149862 or 1716959. OLE color: 1716959.
HSL color Cylindrical-coordinate representation of color #DF321A: hue angle of 7.31º 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 #DF321A is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 50 | 26 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.13 |
| HSL | 7.31º | 0.79% | 0.49% | - |
| HSV(B) | 7.31º | 0.88% | 0.87% | - |
| XYZ | 31.76 | 18.04 | 2.79 | - |
| YUV | 98.99 | 86.81 | 216.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 50 | 26 | 0 | 0.78 | 0.88 | 0.13 | 7.31 | 0.79 | 0.49 |
| Hex | DF | 32 | 1A | 0 | 4E | 58 | D | 7 | 4F | 31 |
| Octal | 337 | 62 | 32 | 0 | 116 | 130 | 15 | 7 | 117 | 61 |
| Binary | 11011111 | 110010 | 11010 | 0 | 1001110 | 1011000 | 1101 | 111 | 1001111 | 110001 |
Color Harmonies of #DF321A
Complementary color
Monochromatic Colors of #DF321A
Black with #DF321A
Text Example
Text Example
White with #DF321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF321A; }
p { color: rgb(223,50,26); }
H1.HeaderClassName
{
color: #DF321A;
}
.AnyTagClassName
{
color: #DF321A;
}
</style>
background-color css
<style>
a { background-color: #DF321A; }
a { background-color: rgb(223,50,26); }
div.DivClassName
{
background-color: #DF321A;
}
.BgClassName
{
background-color: #DF321A;
}
</style>
border-color css
<style>
span { border-color: #DF321A; }
span { border-color: rgb(223,50,26); }
td.TdClassName
{
border-color: #DF321A;
}
.TagClassName
{
border-color: #DF321A;
}
</style>