#D43518

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

Shades of Harley Davidson Orange #D43518

Tints of Harley Davidson Orange #D43518

Color information

#D43518 (or 0xD43518) is unknown color: approx Harley Davidson Orange. HEX triplet: D4, 35 and 18. RGB value is (212,53,24). Sum of RGB (Red+Green+Blue) = 212+53+24=289 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.36% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 212 - color contains mainly: red. Hex color #D43518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43518 is #2BCAE7. Grayscale: #616161. Windows color (decimal): -2869992 or 1586644. OLE color: 1586644.

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

Color convert

RGB2125324-
CMYK00.750.890.17
HSL9.26º79.66%46.27%-
HSV(B)9.26º88.68%83.14%-
XYZ28.5916.612.56-
YUV97.2486.68209.86-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 73.36%
GREEN value IS 53 (21.09% from 255) = 18.34%
BLUE value IS 24 (9.77% from 255) = 8.30%
R=73.36%
G=18.34%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.89
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212532400.750.890.179.2679.6646.27
HexD4351804B59119502e
Octal32465300113131211112056
Binary11010100110101110000100101110110011000110011010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43518; }

 p { color: rgb(212,53,24); }

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

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

 a { background-color: rgb(212,53,24); }

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

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

 span { border-color: rgb(212,53,24); }

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