#d62e1f

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

Shades of Harley Davidson Orange #D62E1F

Tints of Harley Davidson Orange #D62E1F

Color information

#D62E1F (or 0xD62E1F) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 2E and 1F. RGB value is (214,46,31). Sum of RGB (Red+Green+Blue) = 214+46+31=291 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.54% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 214 - color contains mainly: red. Hex color #D62E1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62E1F is #29D1E0. Grayscale: #5E5E5E. Windows color (decimal): -2740705 or 2043606. OLE color: 2043606.

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

Color convert

RGB2144631-
CMYK00.790.860.16
HSL4.92º74.69%48.04%-
HSV(B)4.92º85.51%83.92%-
XYZ28.9616.352.93-
YUV94.5292.16213.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 73.54%
GREEN value IS 46 (18.36% from 255) = 15.81%
BLUE value IS 31 (12.5% from 255) = 10.65%
R=73.54%
G=15.81%
B=10.65%

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
Decimal214463100.790.860.164.9274.6948.04
HexD62E1F04F561054b30
Octal3265637011712620511360
Binary1101011010111011111010011111010110100001011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d62e1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d62e1f; }

 p { color: rgb(214,46,31); }

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

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

 a { background-color: rgb(214,46,31); }

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

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

 span { border-color: rgb(214,46,31); }

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