#DE341E

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

Shades of Harley Davidson Orange #DE341E

Tints of Harley Davidson Orange #DE341E

Color information

#DE341E (or 0xDE341E) is unknown color: approx Harley Davidson Orange. HEX triplet: DE, 34 and 1E. RGB value is (222,52,30). Sum of RGB (Red+Green+Blue) = 222+52+30=304 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.03% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 222 - color contains mainly: red. Hex color #DE341E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE341E is #21CBE1. Grayscale: #646464. Windows color (decimal): -2214882 or 1979614. OLE color: 1979614.

HSL color Cylindrical-coordinate representation of color #DE341E: hue angle of 6.88º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE341E is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB2225230-
CMYK00.770.860.13
HSL6.88º76.19%49.41%-
HSV(B)6.88º86.49%87.06%-
XYZ31.5918.083.05-
YUV100.3288.32214.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 73.03%
GREEN value IS 52 (20.70% from 255) = 17.11%
BLUE value IS 30 (12.11% from 255) = 9.87%
R=73.03%
G=17.11%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222523000.770.860.136.8876.1949.41
HexDE341E04D56D74c31
Octal3366436011512615711461
Binary110111101101001111001001101101011011011111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE341E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE341E; }

 p { color: rgb(222,52,30); }

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

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

 a { background-color: rgb(222,52,30); }

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

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

 span { border-color: rgb(222,52,30); }

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