#DE3C01

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

Shades of Harley Davidson Orange #DE3C01

Tints of Harley Davidson Orange #DE3C01

Color information

#DE3C01 (or 0xDE3C01) is unknown color: approx Harley Davidson Orange. HEX triplet: DE, 3C and 01. RGB value is (222,60,1). Sum of RGB (Red+Green+Blue) = 222+60+1=283 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.45% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE3C01 is #21C3FE. Grayscale: #666666. Windows color (decimal): -2212863 or 81118. OLE color: 81118.

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

Color convert

RGB222601-
CMYK00.731.000.13
HSL16.02º99.1%43.73%-
HSV(B)16.02º99.55%87.06%-
XYZ31.7518.761.98-
YUV101.7171.17213.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 78.45%
GREEN value IS 60 (23.83% from 255) = 21.20%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=78.45%
G=21.20%
B=0.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 1.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22260100.731.000.1316.0299.143.73
HexDE3C104964D10632c
Octal3367410111144152014354
Binary1101111011110010100100111001001101100001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3C01; }

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

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

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

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

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

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

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

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