#DE231E

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

Shades of Harley Davidson Orange #DE231E

Tints of Harley Davidson Orange #DE231E

Color information

#DE231E (or 0xDE231E) is unknown color: approx Harley Davidson Orange. HEX triplet: DE, 23 and 1E. RGB value is (222,35,30). Sum of RGB (Red+Green+Blue) = 222+35+30=287 (38% of max value = 765). Red value is 222 (87.11% from 255 or 77.35% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 222 - color contains mainly: red. Hex color #DE231E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE231E is #21DCE1. Grayscale: #5A5A5A. Windows color (decimal): -2219234 or 1975262. OLE color: 1975262.

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

Color convert

RGB2223530-
CMYK00.840.860.13
HSL1.56º76.19%49.41%-
HSV(B)1.56º86.49%87.06%-
XYZ30.9616.832.84-
YUV90.3493.95221.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 77.35%
GREEN value IS 35 (14.06% from 255) = 12.20%
BLUE value IS 30 (12.11% from 255) = 10.45%
R=77.35%
G=12.20%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222353000.840.860.131.5676.1949.41
HexDE231E05456D24c31
Octal3364336012412615211461
Binary11011110100011111100101010010101101101101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE231E; }

 p { color: rgb(222,35,30); }

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

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

 a { background-color: rgb(222,35,30); }

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

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

 span { border-color: rgb(222,35,30); }

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