#DE1715

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

Shades of Harley Davidson Orange #DE1715

Tints of Harley Davidson Orange #DE1715

Color information

#DE1715 (or 0xDE1715) is unknown color: approx Harley Davidson Orange. HEX triplet: DE, 17 and 15. RGB value is (222,23,21). Sum of RGB (Red+Green+Blue) = 222+23+21=266 (35% of max value = 765). Red value is 222 (87.11% from 255 or 83.46% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE1715 is #21E8EA. Grayscale: #525252. Windows color (decimal): -2222315 or 1382366. OLE color: 1382366.

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

Color convert

RGB2222321-
CMYK00.900.910.13
HSL0.6º82.72%47.65%-
HSV(B)0.6º90.54%87.06%-
XYZ30.5716.22.22-
YUV82.2793.43227.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 83.46%
GREEN value IS 23 (9.38% from 255) = 8.65%
BLUE value IS 21 (8.59% from 255) = 7.89%
R=83.46%
G=8.65%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222232100.900.910.130.682.7247.65
HexDE171505A5BD15330
Octal3362725013213315112360
Binary110111101011110101010110101011011110111010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1715; }

 p { color: rgb(222,23,21); }

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

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

 a { background-color: rgb(222,23,21); }

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

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

 span { border-color: rgb(222,23,21); }

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