#DE2A0F

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

Shades of Harley Davidson Orange #DE2A0F

Tints of Harley Davidson Orange #DE2A0F

Color information

#DE2A0F (or 0xDE2A0F) is unknown color: approx Harley Davidson Orange. HEX triplet: DE, 2A and 0F. RGB value is (222,42,15). Sum of RGB (Red+Green+Blue) = 222+42+15=279 (36% of max value = 765). Red value is 222 (87.11% from 255 or 79.57% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2A0F is #21D5F0. Grayscale: #5D5D5D. Windows color (decimal): -2217457 or 994014. OLE color: 994014.

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

Color convert

RGB2224215-
CMYK00.810.930.13
HSL7.83º87.34%46.47%-
HSV(B)7.83º93.24%87.06%-
XYZ31.0417.222.14-
YUV92.7484.13220.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 79.57%
GREEN value IS 42 (16.80% from 255) = 15.05%
BLUE value IS 15 (6.25% from 255) = 5.38%
R=79.57%
G=15.05%
B=5.38%

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
Decimal222421500.810.930.137.8387.3446.47
HexDE2AF0515DD8572e
Octal33652170121135151012756
Binary110111101010101111010100011011101110110001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2A0F; }

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

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

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

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

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

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

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

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