#DF410E

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

Shades of Harley Davidson Orange #DF410E

Tints of Harley Davidson Orange #DF410E

Color information

#DF410E (or 0xDF410E) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 41 and 0E. RGB value is (223,65,14). Sum of RGB (Red+Green+Blue) = 223+65+14=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF410E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF410E is #20BEF1. Grayscale: #6A6A6A. Windows color (decimal): -2146034 or 934367. OLE color: 934367.

HSL color Cylindrical-coordinate representation of color #DF410E: hue angle of 14.64º 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 #DF410E is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB2236514-
CMYK00.710.940.13
HSL14.64º88.19%46.47%-
HSV(B)14.64º93.72%87.45%-
XYZ32.419.52.47-
YUV106.4375.85211.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 73.84%
GREEN value IS 65 (25.78% from 255) = 21.52%
BLUE value IS 14 (5.86% from 255) = 4.64%
R=73.84%
G=21.52%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223651400.710.940.1314.6488.1946.47
HexDF41E0475EDf582e
Octal337101160107136151713056
Binary1101111110000011110010001111011110110111111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF410E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF410E; }

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

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

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

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

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

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

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

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