#DE400A

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

Shades of Harley Davidson Orange #DE400A

Tints of Harley Davidson Orange #DE400A

Color information

#DE400A (or 0xDE400A) is unknown color: approx Harley Davidson Orange. HEX triplet: DE, 40 and 0A. RGB value is (222,64,10). Sum of RGB (Red+Green+Blue) = 222+64+10=296 (39% of max value = 765). Red value is 222 (87.11% from 255 or 75% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 222 - color contains mainly: red. Hex color #DE400A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE400A is #21BFF5. Grayscale: #696969. Windows color (decimal): -2211830 or 671966. OLE color: 671966.

HSL color Cylindrical-coordinate representation of color #DE400A: hue angle of 15.28º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE400A is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB2226410-
CMYK00.710.950.13
HSL15.28º91.38%45.49%-
HSV(B)15.28º95.5%87.06%-
XYZ32.0119.222.31-
YUV105.0974.35211.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 75%
GREEN value IS 64 (25.39% from 255) = 21.62%
BLUE value IS 10 (4.30% from 255) = 3.38%
R=75%
G=21.62%
B=3.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222641000.710.950.1315.2891.3845.49
HexDE40A0475FDf5b2d
Octal336100120107137151713355
Binary1101111010000001010010001111011111110111111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE400A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE400A; }

 p { color: rgb(222,64,10); }

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

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

 a { background-color: rgb(222,64,10); }

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

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

 span { border-color: rgb(222,64,10); }

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