#DF220E

Color #DF220E Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #DF220E

Tints of Harley Davidson Orange #DF220E

Color information

#DF220E (or 0xDF220E) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 22 and 0E. RGB value is (223,34,14). Sum of RGB (Red+Green+Blue) = 223+34+14=271 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.29% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 223 - color contains mainly: red. Hex color #DF220E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF220E is #20DDF1. Grayscale: #585858. Windows color (decimal): -2153970 or 926431. OLE color: 926431.

HSL color Cylindrical-coordinate representation of color #DF220E: hue angle of 5.74º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF220E is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB2233414-
CMYK00.850.940.13
HSL5.74º88.19%46.47%-
HSV(B)5.74º93.72%87.45%-
XYZ31.0816.862.03-
YUV88.2386.12224.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 82.29%
GREEN value IS 34 (13.67% from 255) = 12.55%
BLUE value IS 14 (5.86% from 255) = 5.17%
R=82.29%
G=12.55%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223341400.850.940.135.7488.1946.47
HexDF22E0555ED6582e
Octal3374216012513615613056
Binary11011111100010111001010101101111011011101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF220E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF220E; }

 p { color: rgb(223,34,14); }

 H1.HeaderClassName
 {
   color: #DF220E;
 }
 .AnyTagClassName
 {
   color: #DF220E;
 }
</style>
background-color css

<style>
 a { background-color: #DF220E; }

 a { background-color: rgb(223,34,14); }

 div.DivClassName
 {
   background-color: #DF220E;
 }
 .BgClassName
 {
   background-color: #DF220E;
 }
</style>
border-color css

<style>
 span { border-color: #DF220E; }

 span { border-color: rgb(223,34,14); }

 td.TdClassName
 {
   border-color: #DF220E;
 }
 .TagClassName
 {
   border-color: #DF220E;
 }
</style>