#D62A19

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

Shades of Harley Davidson Orange #D62A19

Tints of Harley Davidson Orange #D62A19

Color information

#D62A19 (or 0xD62A19) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 2A and 19. RGB value is (214,42,25). Sum of RGB (Red+Green+Blue) = 214+42+25=281 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.16% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62A19 is #29D5E6. Grayscale: #5B5B5B. Windows color (decimal): -2741735 or 1649366. OLE color: 1649366.

HSL color Cylindrical-coordinate representation of color #D62A19: hue angle of 5.4º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D62A19 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB2144225-
CMYK00.800.880.16
HSL5.4º79.08%46.86%-
HSV(B)5.4º88.32%83.92%-
XYZ28.7316.022.5-
YUV91.4990.48215.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 76.16%
GREEN value IS 42 (16.80% from 255) = 14.95%
BLUE value IS 25 (10.16% from 255) = 8.90%
R=76.16%
G=14.95%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.88
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214422500.800.880.165.479.0846.86
HexD62A19050581054f2f
Octal3265231012013020511757
Binary1101011010101011001010100001011000100001011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62A19; }

 p { color: rgb(214,42,25); }

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

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

 a { background-color: rgb(214,42,25); }

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

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

 span { border-color: rgb(214,42,25); }

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