#D53B1E

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

Shades of Harley Davidson Orange #D53B1E

Tints of Harley Davidson Orange #D53B1E

Color information

#D53B1E (or 0xD53B1E) is unknown color: approx Harley Davidson Orange. HEX triplet: D5, 3B and 1E. RGB value is (213,59,30). Sum of RGB (Red+Green+Blue) = 213+59+30=302 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.53% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 213 - color contains mainly: red. Hex color #D53B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53B1E is #2AC4E1. Grayscale: #666666. Windows color (decimal): -2802914 or 1981397. OLE color: 1981397.

HSL color Cylindrical-coordinate representation of color #D53B1E: hue angle of 9.51º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D53B1E is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB2135930-
CMYK00.720.860.16
HSL9.51º75.31%47.65%-
HSV(B)9.51º85.92%83.53%-
XYZ29.2417.373.04-
YUV101.7487.52207.36-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 70.53%
GREEN value IS 59 (23.44% from 255) = 19.54%
BLUE value IS 30 (12.11% from 255) = 9.93%
R=70.53%
G=19.54%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213593000.720.860.169.5175.3147.65
HexD53B1E0485610a4b30
Octal32573360110126201211360
Binary11010101111011111100100100010101101000010101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53B1E; }

 p { color: rgb(213,59,30); }

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

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

 a { background-color: rgb(213,59,30); }

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

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

 span { border-color: rgb(213,59,30); }

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