#d62814

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

Shades of Harley Davidson Orange #D62814

Tints of Harley Davidson Orange #D62814

Color information

#D62814 (or 0xD62814) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 28 and 14. RGB value is (214,40,20). Sum of RGB (Red+Green+Blue) = 214+40+20=274 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.10% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 214 - color contains mainly: red. Hex color #D62814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62814 is #29D7EB. Grayscale: #5A5A5A. Windows color (decimal): -2742252 or 1321174. OLE color: 1321174.

HSL color Cylindrical-coordinate representation of color #D62814: hue angle of 6.19º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D62814 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB2144020-
CMYK00.810.910.16
HSL6.19º82.91%45.88%-
HSV(B)6.19º90.65%83.92%-
XYZ28.6215.862.22-
YUV89.7588.65216.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 78.10%
GREEN value IS 40 (16.02% from 255) = 14.60%
BLUE value IS 20 (8.20% from 255) = 7.30%
R=78.10%
G=14.60%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214402000.810.910.166.1982.9145.88
HexD628140515B106532e
Octal3265024012113320612356
Binary1101011010100010100010100011011011100001101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d62814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d62814; }

 p { color: rgb(214,40,20); }

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

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

 a { background-color: rgb(214,40,20); }

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

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

 span { border-color: rgb(214,40,20); }

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