#DE290F

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

Shades of Harley Davidson Orange #DE290F

Tints of Harley Davidson Orange #DE290F

Color information

#DE290F (or 0xDE290F) is unknown color: approx Harley Davidson Orange. HEX triplet: DE, 29 and 0F. RGB value is (222,41,15). Sum of RGB (Red+Green+Blue) = 222+41+15=278 (36% of max value = 765). Red value is 222 (87.11% from 255 or 79.86% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 222 - color contains mainly: red. Hex color #DE290F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE290F is #21D6F0. Grayscale: #5C5C5C. Windows color (decimal): -2217713 or 993758. OLE color: 993758.

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

Color convert

RGB2224115-
CMYK00.820.930.13
HSL7.54º87.34%46.47%-
HSV(B)7.54º93.24%87.06%-
XYZ3117.152.13-
YUV92.1584.47220.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 79.86%
GREEN value IS 41 (16.41% from 255) = 14.75%
BLUE value IS 15 (6.25% from 255) = 5.40%
R=79.86%
G=14.75%
B=5.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222411500.820.930.137.5487.3446.47
HexDE29F0525DD8572e
Octal33651170122135151012756
Binary110111101010011111010100101011101110110001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE290F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE290F; }

 p { color: rgb(222,41,15); }

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

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

 a { background-color: rgb(222,41,15); }

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

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

 span { border-color: rgb(222,41,15); }

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