#DF440E

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

Shades of Harley Davidson Orange #DF440E

Tints of Harley Davidson Orange #DF440E

Color information

#DF440E (or 0xDF440E) is unknown color: approx Harley Davidson Orange. HEX triplet: DF, 44 and 0E. RGB value is (223,68,14). Sum of RGB (Red+Green+Blue) = 223+68+14=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF440E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF440E is #20BBF1. Grayscale: #6C6C6C. Windows color (decimal): -2145266 or 935135. OLE color: 935135.

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

Color convert

RGB2236814-
CMYK00.700.940.13
HSL15.5º88.19%46.47%-
HSV(B)15.5º93.72%87.45%-
XYZ32.5819.852.53-
YUV108.1974.85209.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 73.11%
GREEN value IS 68 (26.95% from 255) = 22.30%
BLUE value IS 14 (5.86% from 255) = 4.59%
R=73.11%
G=22.30%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223681400.700.940.1315.588.1946.47
HexDF44E0465ED10582e
Octal337104160106136152013056
Binary11011111100010011100100011010111101101100001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF440E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF440E; }

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

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

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

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

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

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

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

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