#DE3401

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

Shades of Harley Davidson Orange #DE3401

Tints of Harley Davidson Orange #DE3401

Color information

#DE3401 (or 0xDE3401) is unknown color: approx Harley Davidson Orange. HEX triplet: DE, 34 and 01. RGB value is (222,52,1). Sum of RGB (Red+Green+Blue) = 222+52+1=275 (36% of max value = 765). Red value is 222 (87.11% from 255 or 80.73% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE3401 is #21CBFE. Grayscale: #616161. Windows color (decimal): -2214911 or 79070. OLE color: 79070.

HSL color Cylindrical-coordinate representation of color #DE3401: hue angle of 13.85º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE3401 is Cyan = 0, Magento = 0.77, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB222521-
CMYK00.771.000.13
HSL13.85º99.1%43.73%-
HSV(B)13.85º99.55%87.06%-
XYZ31.3617.991.85-
YUV97.0273.82217.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 80.73%
GREEN value IS 52 (20.70% from 255) = 18.91%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=80.73%
G=18.91%
B=0.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22252100.771.000.1313.8599.143.73
HexDE34104D64De632c
Octal3366410115144151614354
Binary110111101101001010011011100100110111101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3401; }

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

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

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

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

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

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

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

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