#D5310E

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

Shades of Harley Davidson Orange #D5310E

Tints of Harley Davidson Orange #D5310E

Color information

#D5310E (or 0xD5310E) is unknown color: approx Harley Davidson Orange. HEX triplet: D5, 31 and 0E. RGB value is (213,49,14). Sum of RGB (Red+Green+Blue) = 213+49+14=276 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.17% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 213 - color contains mainly: red. Hex color #D5310E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5310E is #2ACEF1. Grayscale: #5E5E5E. Windows color (decimal): -2805490 or 930261. OLE color: 930261.

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

Color convert

RGB2134914-
CMYK00.770.930.16
HSL10.55º87.67%44.51%-
HSV(B)10.55º93.43%83.53%-
XYZ28.6216.372.07-
YUV94.0582.83212.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 77.17%
GREEN value IS 49 (19.53% from 255) = 17.75%
BLUE value IS 14 (5.86% from 255) = 5.07%
R=77.17%
G=17.75%
B=5.07%

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
Decimal213491400.770.930.1610.5587.6744.51
HexD531E04D5D10b582d
Octal32561160115135201313055
Binary1101010111000111100100110110111011000010111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5310E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5310E; }

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

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

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

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

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

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

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

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