#D53901

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

Shades of Harley Davidson Orange #D53901

Tints of Harley Davidson Orange #D53901

Color information

#D53901 (or 0xD53901) is unknown color: approx Harley Davidson Orange. HEX triplet: D5, 39 and 01. RGB value is (213,57,1). Sum of RGB (Red+Green+Blue) = 213+57+1=271 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.60% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 213 - color contains mainly: red. Hex color #D53901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53901 is #2AC6FE. Grayscale: #616161. Windows color (decimal): -2803455 or 80341. OLE color: 80341.

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

Color convert

RGB213571-
CMYK00.731.000.16
HSL15.85º99.07%41.96%-
HSV(B)15.85º99.53%83.53%-
XYZ28.9117.071.8-
YUV97.2673.68210.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 78.60%
GREEN value IS 57 (22.66% from 255) = 21.03%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=78.60%
G=21.03%
B=0.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 1.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21357100.731.000.1615.8599.0741.96
HexD5391049641010632a
Octal3257110111144202014352
Binary11010101111001101001001110010010000100001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53901; }

 p { color: rgb(213,57,1); }

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

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

 a { background-color: rgb(213,57,1); }

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

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

 span { border-color: rgb(213,57,1); }

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