#DE2318

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

Shades of Harley Davidson Orange #DE2318

Tints of Harley Davidson Orange #DE2318

Color information

#DE2318 (or 0xDE2318) is unknown color: approx Harley Davidson Orange. HEX triplet: DE, 23 and 18. RGB value is (222,35,24). Sum of RGB (Red+Green+Blue) = 222+35+24=281 (37% of max value = 765). Red value is 222 (87.11% from 255 or 79.00% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2318 is #21DCE7. Grayscale: #595959. Windows color (decimal): -2219240 or 1582046. OLE color: 1582046.

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

Color convert

RGB2223524-
CMYK00.840.890.13
HSL3.33º80.49%48.24%-
HSV(B)3.33º89.19%87.06%-
XYZ30.8916.82.48-
YUV89.6690.95222.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 79.00%
GREEN value IS 35 (14.06% from 255) = 12.46%
BLUE value IS 24 (9.77% from 255) = 8.54%
R=79.00%
G=12.46%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.89
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222352400.840.890.133.3380.4948.24
HexDE231805459D35030
Octal3364330012413115312060
Binary11011110100011110000101010010110011101111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2318; }

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

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

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

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

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

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

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

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