#d5431d

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

Shades of Harley Davidson Orange #D5431D

Tints of Harley Davidson Orange #D5431D

Color information

#D5431D (or 0xD5431D) is unknown color: approx Harley Davidson Orange. HEX triplet: D5, 43 and 1D. RGB value is (213,67,29). Sum of RGB (Red+Green+Blue) = 213+67+29=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 29 (11.72% from 255 or 9.39% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D5431D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5431D is #2ABCE2. Grayscale: #6A6A6A. Windows color (decimal): -2800867 or 1917909. OLE color: 1917909.

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

Color convert

RGB2136729-
CMYK00.690.860.16
HSL12.39º76.03%47.45%-
HSV(B)12.39º86.38%83.53%-
XYZ29.6718.253.12-
YUV106.3284.37204.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 68.93%
GREEN value IS 67 (26.56% from 255) = 21.68%
BLUE value IS 29 (11.72% from 255) = 9.39%
R=68.93%
G=21.68%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213672900.690.860.1612.3976.0347.45
HexD5431D0455610c4c2f
Octal325103350105126201411457
Binary110101011000011111010100010110101101000011001001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5431d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5431d; }

 p { color: rgb(213,67,29); }

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

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

 a { background-color: rgb(213,67,29); }

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

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

 span { border-color: rgb(213,67,29); }

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