#DE1A0E

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

Shades of Harley Davidson Orange #DE1A0E

Tints of Harley Davidson Orange #DE1A0E

Color information

#DE1A0E (or 0xDE1A0E) is unknown color: approx Harley Davidson Orange. HEX triplet: DE, 1A and 0E. RGB value is (222,26,14). Sum of RGB (Red+Green+Blue) = 222+26+14=262 (34% of max value = 765). Red value is 222 (87.11% from 255 or 84.73% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE1A0E is #21E5F1. Grayscale: #535353. Windows color (decimal): -2221554 or 924382. OLE color: 924382.

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

Color convert

RGB2222614-
CMYK00.880.940.13
HSL3.46º88.14%46.27%-
HSV(B)3.46º93.69%87.06%-
XYZ30.5716.31.95-
YUV83.2488.93226.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 84.73%
GREEN value IS 26 (10.55% from 255) = 9.92%
BLUE value IS 14 (5.86% from 255) = 5.34%
R=84.73%
G=9.92%
B=5.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222261400.880.940.133.4688.1446.27
HexDE1AE0585ED3582e
Octal3363216013013615313056
Binary110111101101011100101100010111101101111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1A0E; }

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

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

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

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

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

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

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

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