#DE2B10

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

Shades of Harley Davidson Orange #DE2B10

Tints of Harley Davidson Orange #DE2B10

Color information

#DE2B10 (or 0xDE2B10) is unknown color: approx Harley Davidson Orange. HEX triplet: DE, 2B and 10. RGB value is (222,43,16). Sum of RGB (Red+Green+Blue) = 222+43+16=281 (37% of max value = 765). Red value is 222 (87.11% from 255 or 79.00% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2B10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2B10 is #21D4EF. Grayscale: #5D5D5D. Windows color (decimal): -2217200 or 1059806. OLE color: 1059806.

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

Color convert

RGB2224316-
CMYK00.810.930.13
HSL7.86º86.55%46.67%-
HSV(B)7.86º92.79%87.06%-
XYZ31.0817.292.19-
YUV93.4484.3219.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 79.00%
GREEN value IS 43 (17.19% from 255) = 15.30%
BLUE value IS 16 (6.64% from 255) = 5.69%
R=79.00%
G=15.30%
B=5.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222431600.810.930.137.8686.5546.67
HexDE2B100515DD8572f
Octal33653200121135151012757
Binary1101111010101110000010100011011101110110001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2B10; }

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

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

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

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

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

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

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

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