#DF400A

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

Shades of Harley Davidson Orange #DF400A

Tints of Harley Davidson Orange #DF400A

Color information

#DF400A (or 0xDF400A) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 40 and 0A. RGB value is (223,64,10). Sum of RGB (Red+Green+Blue) = 223+64+10=297 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.08% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 223 - color contains mainly: red. Hex color #DF400A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF400A is #20BFF5. Grayscale: #696969. Windows color (decimal): -2146294 or 671967. OLE color: 671967.

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

Color convert

RGB2236410-
CMYK00.710.960.13
HSL15.21º91.42%45.69%-
HSV(B)15.21º95.52%87.45%-
XYZ32.3219.382.32-
YUV105.3874.18211.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 75.08%
GREEN value IS 64 (25.39% from 255) = 21.55%
BLUE value IS 10 (4.30% from 255) = 3.37%
R=75.08%
G=21.55%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.96
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223641000.710.960.1315.2191.4245.69
HexDF40A04760Df5b2e
Octal337100120107140151713356
Binary1101111110000001010010001111100000110111111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF400A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF400A; }

 p { color: rgb(223,64,10); }

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

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

 a { background-color: rgb(223,64,10); }

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

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

 span { border-color: rgb(223,64,10); }

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