#D72313

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

Shades of Harley Davidson Orange #D72313

Tints of Harley Davidson Orange #D72313

Color information

#D72313 (or 0xD72313) is unknown color: approx Harley Davidson Orange. HEX triplet: D7, 23 and 13. RGB value is (215,35,19). Sum of RGB (Red+Green+Blue) = 215+35+19=269 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.93% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 215 - color contains mainly: red. Hex color #D72313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72313 is #28DCEC. Grayscale: #575757. Windows color (decimal): -2677997 or 1254359. OLE color: 1254359.

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

Color convert

RGB2153519-
CMYK00.840.910.16
HSL4.9º83.76%45.88%-
HSV(B)4.9º91.16%84.31%-
XYZ28.7415.72.13-
YUV8789.63219.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 79.93%
GREEN value IS 35 (14.06% from 255) = 13.01%
BLUE value IS 19 (7.81% from 255) = 7.06%
R=79.93%
G=13.01%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.91
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215351900.840.910.164.983.7645.88
HexD723130545B105542e
Octal3274323012413320512456
Binary1101011110001110011010101001011011100001011010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D72313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D72313; }

 p { color: rgb(215,35,19); }

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

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

 a { background-color: rgb(215,35,19); }

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

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

 span { border-color: rgb(215,35,19); }

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