#d62c1e

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

Shades of Harley Davidson Orange #D62C1E

Tints of Harley Davidson Orange #D62C1E

Color information

#D62C1E (or 0xD62C1E) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 2C and 1E. RGB value is (214,44,30). Sum of RGB (Red+Green+Blue) = 214+44+30=288 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.31% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 214 - color contains mainly: red. Hex color #D62C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62C1E is #29D3E1. Grayscale: #5D5D5D. Windows color (decimal): -2741218 or 1977558. OLE color: 1977558.

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

Color convert

RGB2144430-
CMYK00.790.860.16
HSL4.57º75.41%47.84%-
HSV(B)4.57º85.98%83.92%-
XYZ28.8716.192.83-
YUV93.2392.32214.14-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 74.31%
GREEN value IS 44 (17.58% from 255) = 15.28%
BLUE value IS 30 (12.11% from 255) = 10.42%
R=74.31%
G=15.28%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214443000.790.860.164.5775.4147.84
HexD62C1E04F561054b30
Octal3265436011712620511360
Binary1101011010110011110010011111010110100001011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d62c1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d62c1e; }

 p { color: rgb(214,44,30); }

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

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

 a { background-color: rgb(214,44,30); }

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

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

 span { border-color: rgb(214,44,30); }

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