Html Css Color HEX #DF221A Harley Davidson Orange
📋 copy color: '#DF221A'red 223 ◦ green 34 ◦ blue 26
Shades of Harley Davidson Orange #DF221A
Tints of Harley Davidson Orange #DF221A
RGB
CMYK
RGB Variations
Color information
#DF221A (or 0xDF221A) is known color: Harley Davidson Orange. HEX triplet: DF, 22 and 1A. RGB value is (223,34,26). Sum of RGB (Red+Green+Blue) = 223+34+26=283 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.80% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 223 - color contains mainly: red. Hex color #DF221A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF221A is #20DDE5. Grayscale: #595959. Windows color (decimal): -2153958 or 1712863. OLE color: 1712863.
HSL color Cylindrical-coordinate representation of color #DF221A: hue angle of 2.44º 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 #DF221A is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 26 | - |
| CMYK | 0 | 0.85 | 0.88 | 0.13 |
| HSL | 2.44º | 0.79% | 0.49% | - |
| HSV(B) | 2.44º | 0.88% | 0.87% | - |
| XYZ | 31.19 | 16.91 | 2.6 | - |
| YUV | 89.6 | 92.12 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 26 | 0 | 0.85 | 0.88 | 0.13 | 2.44 | 0.79 | 0.49 |
| Hex | DF | 22 | 1A | 0 | 55 | 58 | D | 2 | 4F | 31 |
| Octal | 337 | 42 | 32 | 0 | 125 | 130 | 15 | 2 | 117 | 61 |
| Binary | 11011111 | 100010 | 11010 | 0 | 1010101 | 1011000 | 1101 | 10 | 1001111 | 110001 |
Color Harmonies of #DF221A
Complementary color
Monochromatic Colors of #DF221A
Black with #DF221A
Text Example
Text Example
White with #DF221A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF221A; }
p { color: rgb(223,34,26); }
H1.HeaderClassName
{
color: #DF221A;
}
.AnyTagClassName
{
color: #DF221A;
}
</style>
background-color css
<style>
a { background-color: #DF221A; }
a { background-color: rgb(223,34,26); }
div.DivClassName
{
background-color: #DF221A;
}
.BgClassName
{
background-color: #DF221A;
}
</style>
border-color css
<style>
span { border-color: #DF221A; }
span { border-color: rgb(223,34,26); }
td.TdClassName
{
border-color: #DF221A;
}
.TagClassName
{
border-color: #DF221A;
}
</style>