#DE1E0E

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

Shades of Harley Davidson Orange #DE1E0E

Tints of Harley Davidson Orange #DE1E0E

Color information

#DE1E0E (or 0xDE1E0E) is unknown color: approx Harley Davidson Orange. HEX triplet: DE, 1E and 0E. RGB value is (222,30,14). Sum of RGB (Red+Green+Blue) = 222+30+14=266 (35% of max value = 765). Red value is 222 (87.11% from 255 or 83.46% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1E0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE1E0E is #21E1F1. Grayscale: #555555. Windows color (decimal): -2220530 or 925406. OLE color: 925406.

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

Color convert

RGB2223014-
CMYK00.860.940.13
HSL4.62º88.14%46.27%-
HSV(B)4.62º93.69%87.06%-
XYZ30.6716.491.98-
YUV85.5887.61225.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 83.46%
GREEN value IS 30 (12.11% from 255) = 11.28%
BLUE value IS 14 (5.86% from 255) = 5.26%
R=83.46%
G=11.28%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222301400.860.940.134.6288.1446.27
HexDE1EE0565ED5582e
Octal3363616012613615513056
Binary1101111011110111001010110101111011011011011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1E0E; }

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

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

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

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

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

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

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

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