#de4519

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

Shades of Harley Davidson Orange #DE4519

Tints of Harley Davidson Orange #DE4519

Color information

#DE4519 (or 0xDE4519) is unknown color: approx Harley Davidson Orange. HEX triplet: DE, 45 and 19. RGB value is (222,69,25). Sum of RGB (Red+Green+Blue) = 222+69+25=316 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.25% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE4519 is #21BAE6. Grayscale: #6E6E6E. Windows color (decimal): -2210535 or 1656286. OLE color: 1656286.

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

Color convert

RGB2226925-
CMYK00.690.890.13
HSL13.4º79.76%48.43%-
HSV(B)13.4º88.74%87.06%-
XYZ32.4319.863.04-
YUV109.7380.19208.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 70.25%
GREEN value IS 69 (27.34% from 255) = 21.84%
BLUE value IS 25 (10.16% from 255) = 7.91%
R=70.25%
G=21.84%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.89
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222692500.690.890.1313.479.7648.43
HexDE451904559Dd5030
Octal336105310105131151512060
Binary11011110100010111001010001011011001110111011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de4519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de4519; }

 p { color: rgb(222,69,25); }

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

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

 a { background-color: rgb(222,69,25); }

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

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

 span { border-color: rgb(222,69,25); }

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