#D5320E

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

Shades of Harley Davidson Orange #D5320E

Tints of Harley Davidson Orange #D5320E

Color information

#D5320E (or 0xD5320E) is unknown color: approx Harley Davidson Orange. HEX triplet: D5, 32 and 0E. RGB value is (213,50,14). Sum of RGB (Red+Green+Blue) = 213+50+14=277 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.90% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 213 - color contains mainly: red. Hex color #D5320E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5320E is #2ACDF1. Grayscale: #5E5E5E. Windows color (decimal): -2805234 or 930517. OLE color: 930517.

HSL color Cylindrical-coordinate representation of color #D5320E: hue angle of 10.85º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D5320E is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB2135014-
CMYK00.770.930.16
HSL10.85º87.67%44.51%-
HSV(B)10.85º93.43%83.53%-
XYZ28.6616.462.08-
YUV94.6382.5212.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 76.90%
GREEN value IS 50 (19.92% from 255) = 18.05%
BLUE value IS 14 (5.86% from 255) = 5.05%
R=76.90%
G=18.05%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213501400.770.930.1610.8587.6744.51
HexD532E04D5D10b582d
Octal32562160115135201313055
Binary1101010111001011100100110110111011000010111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5320E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5320E; }

 p { color: rgb(213,50,14); }

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

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

 a { background-color: rgb(213,50,14); }

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

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

 span { border-color: rgb(213,50,14); }

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