#D53215

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

Shades of Harley Davidson Orange #D53215

Tints of Harley Davidson Orange #D53215

Color information

#D53215 (or 0xD53215) is unknown color: approx Harley Davidson Orange. HEX triplet: D5, 32 and 15. RGB value is (213,50,21). Sum of RGB (Red+Green+Blue) = 213+50+21=284 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 213 - color contains mainly: red. Hex color #D53215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53215 is #2ACDEA. Grayscale: #5F5F5F. Windows color (decimal): -2805227 or 1389269. OLE color: 1389269.

HSL color Cylindrical-coordinate representation of color #D53215: hue angle of 9.06º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D53215 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB2135021-
CMYK00.770.900.16
HSL9.06º82.05%45.88%-
HSV(B)9.06º90.14%83.53%-
XYZ28.7216.482.38-
YUV95.4386211.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 75%
GREEN value IS 50 (19.92% from 255) = 17.61%
BLUE value IS 21 (8.59% from 255) = 7.39%
R=75%
G=17.61%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213502100.770.900.169.0682.0545.88
HexD5321504D5A109522e
Octal32562250115132201112256
Binary11010101110010101010100110110110101000010011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53215; }

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

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

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

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

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

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

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

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