#DE3900

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

Shades of Harley Davidson Orange #DE3900

Tints of Harley Davidson Orange #DE3900

Color information

#DE3900 (or 0xDE3900) is unknown color: approx Harley Davidson Orange. HEX triplet: DE, 39 and 00. RGB value is (222,57,0). Sum of RGB (Red+Green+Blue) = 222+57+0=279 (36% of max value = 765). Red value is 222 (87.11% from 255 or 79.57% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE3900 is #21C6FF. Grayscale: #646464. Windows color (decimal): -2213632 or 14814. OLE color: 14814.

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

Color convert

RGB222570-
CMYK00.7410.13
HSL15.41º100%43.53%-
HSV(B)15.41º100%87.06%-
XYZ31.5918.461.9-
YUV99.8471.66215.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 79.57%
GREEN value IS 57 (22.66% from 255) = 20.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.57%
G=20.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22257000.7410.1315.4110043.53
HexDE39004A64Df642c
Octal3367100112144151714454
Binary110111101110010010010101100100110111111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3900; }

 p { color: rgb(222,57,0); }

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

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

 a { background-color: rgb(222,57,0); }

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

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

 span { border-color: rgb(222,57,0); }

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