#DE281D

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

Shades of Harley Davidson Orange #DE281D

Tints of Harley Davidson Orange #DE281D

Color information

#DE281D (or 0xDE281D) is unknown color: approx Harley Davidson Orange. HEX triplet: DE, 28 and 1D. RGB value is (222,40,29). Sum of RGB (Red+Green+Blue) = 222+40+29=291 (38% of max value = 765). Red value is 222 (87.11% from 255 or 76.29% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 222 - color contains mainly: red. Hex color #DE281D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE281D is #21D7E2. Grayscale: #5D5D5D. Windows color (decimal): -2217955 or 1911006. OLE color: 1911006.

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

Color convert

RGB2224029-
CMYK00.820.870.13
HSL3.42º76.89%49.22%-
HSV(B)3.42º86.94%87.06%-
XYZ31.117.142.83-
YUV93.1691.8219.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 76.29%
GREEN value IS 40 (16.02% from 255) = 13.75%
BLUE value IS 29 (11.72% from 255) = 9.97%
R=76.29%
G=13.75%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222402900.820.870.133.4276.8949.22
HexDE281D05257D34d31
Octal3365035012212715311561
Binary11011110101000111010101001010101111101111001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE281D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE281D; }

 p { color: rgb(222,40,29); }

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

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

 a { background-color: rgb(222,40,29); }

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

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

 span { border-color: rgb(222,40,29); }

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