#D62B19

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

Shades of Harley Davidson Orange #D62B19

Tints of Harley Davidson Orange #D62B19

Color information

#D62B19 (or 0xD62B19) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 2B and 19. RGB value is (214,43,25). Sum of RGB (Red+Green+Blue) = 214+43+25=282 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.89% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 214 - color contains mainly: red. Hex color #D62B19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62B19 is #29D4E6. Grayscale: #5C5C5C. Windows color (decimal): -2741479 or 1649622. OLE color: 1649622.

HSL color Cylindrical-coordinate representation of color #D62B19: hue angle of 5.71º 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 #D62B19 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB2144325-
CMYK00.800.880.16
HSL5.71º79.08%46.86%-
HSV(B)5.71º88.32%83.92%-
XYZ28.7716.092.51-
YUV92.0890.15214.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 75.89%
GREEN value IS 43 (17.19% from 255) = 15.25%
BLUE value IS 25 (10.16% from 255) = 8.87%
R=75.89%
G=15.25%
B=8.87%

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
Decimal214432500.800.880.165.7179.0846.86
HexD62B19050581064f2f
Octal3265331012013020611757
Binary1101011010101111001010100001011000100001101001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62B19; }

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

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

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

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

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

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

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

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