#DE2D10

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

Shades of Harley Davidson Orange #DE2D10

Tints of Harley Davidson Orange #DE2D10

Color information

#DE2D10 (or 0xDE2D10) is unknown color: approx Harley Davidson Orange. HEX triplet: DE, 2D and 10. RGB value is (222,45,16). Sum of RGB (Red+Green+Blue) = 222+45+16=283 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.45% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2D10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2D10 is #21D2EF. Grayscale: #5E5E5E. Windows color (decimal): -2216688 or 1060318. OLE color: 1060318.

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

Color convert

RGB2224516-
CMYK00.800.930.13
HSL8.45º86.55%46.67%-
HSV(B)8.45º92.79%87.06%-
XYZ31.1617.442.22-
YUV94.6283.64218.86-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 78.45%
GREEN value IS 45 (17.97% from 255) = 15.90%
BLUE value IS 16 (6.64% from 255) = 5.65%
R=78.45%
G=15.90%
B=5.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222451600.800.930.138.4586.5546.67
HexDE2D100505DD8572f
Octal33655200120135151012757
Binary1101111010110110000010100001011101110110001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2D10; }

 p { color: rgb(222,45,16); }

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

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

 a { background-color: rgb(222,45,16); }

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

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

 span { border-color: rgb(222,45,16); }

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