#D32413

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

Shades of Harley Davidson Orange #D32413

Tints of Harley Davidson Orange #D32413

Color information

#D32413 (or 0xD32413) is unknown color: approx Harley Davidson Orange. HEX triplet: D3, 24 and 13. RGB value is (211,36,19). Sum of RGB (Red+Green+Blue) = 211+36+19=266 (35% of max value = 765). Red value is 211 (82.81% from 255 or 79.32% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 211 - color contains mainly: red. Hex color #D32413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32413 is #2CDBEC. Grayscale: #565656. Windows color (decimal): -2939885 or 1254611. OLE color: 1254611.

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

Color convert

RGB2113619-
CMYK00.830.910.17
HSL5.31º83.48%45.1%-
HSV(B)5.31º91%82.75%-
XYZ27.6115.162.09-
YUV86.3989.98216.88-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 79.32%
GREEN value IS 36 (14.45% from 255) = 13.53%
BLUE value IS 19 (7.81% from 255) = 7.14%
R=79.32%
G=13.53%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.91
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211361900.830.910.175.3183.4845.1
HexD324130535B115532d
Octal3234423012313321512355
Binary1101001110010010011010100111011011100011011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D32413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D32413; }

 p { color: rgb(211,36,19); }

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

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

 a { background-color: rgb(211,36,19); }

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

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

 span { border-color: rgb(211,36,19); }

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