#DE1A18

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

Shades of Harley Davidson Orange #DE1A18

Tints of Harley Davidson Orange #DE1A18

Color information

#DE1A18 (or 0xDE1A18) is unknown color: approx Harley Davidson Orange. HEX triplet: DE, 1A and 18. RGB value is (222,26,24). Sum of RGB (Red+Green+Blue) = 222+26+24=272 (36% of max value = 765). Red value is 222 (87.11% from 255 or 81.62% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE1A18 is #21E5E7. Grayscale: #545454. Windows color (decimal): -2221544 or 1579742. OLE color: 1579742.

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

Color convert

RGB2222624-
CMYK00.880.890.13
HSL0.61º80.49%48.24%-
HSV(B)0.61º89.19%87.06%-
XYZ30.6616.332.4-
YUV84.3893.93226.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 81.62%
GREEN value IS 26 (10.55% from 255) = 9.56%
BLUE value IS 24 (9.77% from 255) = 8.82%
R=81.62%
G=9.56%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.89
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222262400.880.890.130.6180.4948.24
HexDE1A1805859D15030
Octal3363230013013115112060
Binary110111101101011000010110001011001110111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE1A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE1A18; }

 p { color: rgb(222,26,24); }

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

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

 a { background-color: rgb(222,26,24); }

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

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

 span { border-color: rgb(222,26,24); }

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