#D5180F

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

Shades of Harley Davidson Orange #D5180F

Tints of Harley Davidson Orange #D5180F

Color information

#D5180F (or 0xD5180F) is unknown color: approx Harley Davidson Orange. HEX triplet: D5, 18 and 0F. RGB value is (213,24,15). Sum of RGB (Red+Green+Blue) = 213+24+15=252 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.52% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 213 - color contains mainly: red. Hex color #D5180F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D5180F is #2AE7F0. Grayscale: #4F4F4F. Windows color (decimal): -2811889 or 989397. OLE color: 989397.

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

Color convert

RGB2132415-
CMYK00.890.930.16
HSL2.73º86.84%44.71%-
HSV(B)2.73º92.96%83.53%-
XYZ27.8514.831.85-
YUV79.4891.62223.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 84.52%
GREEN value IS 24 (9.77% from 255) = 9.52%
BLUE value IS 15 (6.25% from 255) = 5.95%
R=84.52%
G=9.52%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213241500.890.930.162.7386.8444.71
HexD518F0595D103572d
Octal3253017013113520312755
Binary1101010111000111101011001101110110000111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5180F; }

 p { color: rgb(213,24,15); }

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

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

 a { background-color: rgb(213,24,15); }

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

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

 span { border-color: rgb(213,24,15); }

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