#D62F02

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

Shades of Harley Davidson Orange #D62F02

Tints of Harley Davidson Orange #D62F02

Color information

#D62F02 (or 0xD62F02) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 2F and 02. RGB value is (214,47,2). Sum of RGB (Red+Green+Blue) = 214+47+2=263 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.37% from 263); Green value is 47 (18.75% from 255 or 17.87% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62F02 is #29D0FD. Grayscale: #5C5C5C. Windows color (decimal): -2740478 or 143318. OLE color: 143318.

HSL color Cylindrical-coordinate representation of color #D62F02: hue angle of 12.74º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D62F02 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB214472-
CMYK00.780.990.16
HSL12.74º98.15%42.35%-
HSV(B)12.74º99.07%83.92%-
XYZ28.7616.331.69-
YUV91.877.33215.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 81.37%
GREEN value IS 47 (18.75% from 255) = 17.87%
BLUE value IS 2 (1.17% from 255) = 0.76%
R=81.37%
G=17.87%
B=0.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.99
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21447200.780.990.1612.7498.1542.35
HexD62F204E6310d622a
Octal3265720116143201514252
Binary11010110101111100100111011000111000011011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62F02; }

 p { color: rgb(214,47,2); }

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

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

 a { background-color: rgb(214,47,2); }

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

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

 span { border-color: rgb(214,47,2); }

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