#DE4217

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

Shades of Harley Davidson Orange #DE4217

Tints of Harley Davidson Orange #DE4217

Color information

#DE4217 (or 0xDE4217) is unknown color: approx Harley Davidson Orange. HEX triplet: DE, 42 and 17. RGB value is (222,66,23). Sum of RGB (Red+Green+Blue) = 222+66+23=311 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.38% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 23 (9.38% from 255 or 7.40% from 311); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE4217 is #21BDE8. Grayscale: #6C6C6C. Windows color (decimal): -2211305 or 1524446. OLE color: 1524446.

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

Color convert

RGB2226623-
CMYK00.700.900.13
HSL12.96º81.22%48.04%-
HSV(B)12.96º89.64%87.06%-
XYZ32.2319.492.87-
YUV107.7480.18209.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 71.38%
GREEN value IS 66 (26.17% from 255) = 21.22%
BLUE value IS 23 (9.38% from 255) = 7.40%
R=71.38%
G=21.22%
B=7.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.90
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222662300.700.900.1312.9681.2248.04
HexDE42170465ADd5130
Octal336102270106132151512160
Binary11011110100001010111010001101011010110111011010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4217; }

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

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

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

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

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

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

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

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