#D51E18

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

Shades of Harley Davidson Orange #D51E18

Tints of Harley Davidson Orange #D51E18

Color information

#D51E18 (or 0xD51E18) is unknown color: approx Harley Davidson Orange. HEX triplet: D5, 1E and 18. RGB value is (213,30,24). Sum of RGB (Red+Green+Blue) = 213+30+24=267 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.78% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 213 - color contains mainly: red. Hex color #D51E18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D51E18 is #2AE1E7. Grayscale: #545454. Windows color (decimal): -2810344 or 1580757. OLE color: 1580757.

HSL color Cylindrical-coordinate representation of color #D51E18: hue angle of 1.9º 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 #D51E18 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB2133024-
CMYK00.860.890.16
HSL1.9º79.75%46.47%-
HSV(B)1.9º88.73%83.53%-
XYZ28.0715.142.31-
YUV84.0394.13219.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 79.78%
GREEN value IS 30 (12.11% from 255) = 11.24%
BLUE value IS 24 (9.77% from 255) = 8.99%
R=79.78%
G=11.24%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.89
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213302400.860.890.161.979.7546.47
HexD51E1805659102502e
Octal3253630012613120212056
Binary11010101111101100001010110101100110000101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51E18; }

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

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

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

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

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

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

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

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