#de3c0d

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

Shades of Harley Davidson Orange #DE3C0D

Tints of Harley Davidson Orange #DE3C0D

Color information

#DE3C0D (or 0xDE3C0D) is unknown color: approx Harley Davidson Orange. HEX triplet: DE, 3C and 0D. RGB value is (222,60,13). Sum of RGB (Red+Green+Blue) = 222+60+13=295 (39% of max value = 765). Red value is 222 (87.11% from 255 or 75.25% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE3C0D is #21C3F2. Grayscale: #676767. Windows color (decimal): -2212851 or 867550. OLE color: 867550.

HSL color Cylindrical-coordinate representation of color #DE3C0D: hue angle of 13.49º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE3C0D is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB2226013-
CMYK00.730.940.13
HSL13.49º88.94%46.08%-
HSV(B)13.49º94.14%87.06%-
XYZ31.8118.792.33-
YUV103.0877.17212.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 75.25%
GREEN value IS 60 (23.83% from 255) = 20.34%
BLUE value IS 13 (5.47% from 255) = 4.41%
R=75.25%
G=20.34%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222601300.730.940.1313.4988.9446.08
HexDE3CD0495EDd592e
Octal33674150111136151513156
Binary110111101111001101010010011011110110111011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de3c0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de3c0d; }

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

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

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

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

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

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

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

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