#D52018

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

Shades of Harley Davidson Orange #D52018

Tints of Harley Davidson Orange #D52018

Color information

#D52018 (or 0xD52018) is unknown color: approx Harley Davidson Orange. HEX triplet: D5, 20 and 18. RGB value is (213,32,24). Sum of RGB (Red+Green+Blue) = 213+32+24=269 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.18% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 24 (9.77% from 255 or 8.92% from 269); Max value from RGB is 213 - color contains mainly: red. Hex color #D52018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52018 is #2ADFE7. Grayscale: #555555. Windows color (decimal): -2809832 or 1581269. OLE color: 1581269.

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

Color convert

RGB2133224-
CMYK00.850.890.16
HSL2.54º79.75%46.47%-
HSV(B)2.54º88.73%83.53%-
XYZ28.1215.252.32-
YUV85.2193.47219.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 79.18%
GREEN value IS 32 (12.89% from 255) = 11.90%
BLUE value IS 24 (9.77% from 255) = 8.92%
R=79.18%
G=11.90%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.89
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213322400.850.890.162.5479.7546.47
HexD5201805559103502e
Octal3254030012513120312056
Binary110101011000001100001010101101100110000111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52018; }

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

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

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

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

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

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

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

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