#DE390E

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

Shades of Harley Davidson Orange #DE390E

Tints of Harley Davidson Orange #DE390E

Color information

#DE390E (or 0xDE390E) is unknown color: approx Harley Davidson Orange. HEX triplet: DE, 39 and 0E. RGB value is (222,57,14). Sum of RGB (Red+Green+Blue) = 222+57+14=293 (38% of max value = 765). Red value is 222 (87.11% from 255 or 75.77% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 14 (5.86% from 255 or 4.78% from 293); Max value from RGB is 222 - color contains mainly: red. Hex color #DE390E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE390E is #21C6F1. Grayscale: #656565. Windows color (decimal): -2213618 or 932318. OLE color: 932318.

HSL color Cylindrical-coordinate representation of color #DE390E: hue angle of 12.4º degrees, saturation: 0.88, 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 #DE390E is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB2225714-
CMYK00.740.940.13
HSL12.4º88.14%46.27%-
HSV(B)12.4º93.69%87.06%-
XYZ31.6718.492.31-
YUV101.4378.66214-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 75.77%
GREEN value IS 57 (22.66% from 255) = 19.45%
BLUE value IS 14 (5.86% from 255) = 4.78%
R=75.77%
G=19.45%
B=4.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222571400.740.940.1312.488.1446.27
HexDE39E04A5EDc582e
Octal33671160112136151413056
Binary110111101110011110010010101011110110111001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE390E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE390E; }

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

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

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

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

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

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

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

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