#DE4117

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

Shades of Harley Davidson Orange #DE4117

Tints of Harley Davidson Orange #DE4117

Color information

#DE4117 (or 0xDE4117) is unknown color: approx Harley Davidson Orange. HEX triplet: DE, 41 and 17. RGB value is (222,65,23). Sum of RGB (Red+Green+Blue) = 222+65+23=310 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.61% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 23 (9.38% from 255 or 7.42% from 310); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE4117 is #21BEE8. Grayscale: #6B6B6B. Windows color (decimal): -2211561 or 1524190. OLE color: 1524190.

HSL color Cylindrical-coordinate representation of color #DE4117: hue angle of 12.66º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE4117 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB2226523-
CMYK00.710.900.13
HSL12.66º81.22%48.04%-
HSV(B)12.66º89.64%87.06%-
XYZ32.1719.372.85-
YUV107.1680.51209.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 71.61%
GREEN value IS 65 (25.78% from 255) = 20.97%
BLUE value IS 23 (9.38% from 255) = 7.42%
R=71.61%
G=20.97%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.90
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222652300.710.900.1312.6681.2248.04
HexDE41170475ADd5130
Octal336101270107132151512160
Binary11011110100000110111010001111011010110111011010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4117; }

 p { color: rgb(222,65,23); }

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

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

 a { background-color: rgb(222,65,23); }

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

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

 span { border-color: rgb(222,65,23); }

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