#D51616

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

Shades of Harley Davidson Orange #D51616

Tints of Harley Davidson Orange #D51616

Color information

#D51616 (or 0xD51616) is unknown color: approx Harley Davidson Orange. HEX triplet: D5, 16 and 16. RGB value is (213,22,22). Sum of RGB (Red+Green+Blue) = 213+22+22=257 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.88% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 213 - color contains mainly: red. Hex color #D51616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51616 is #2AE9E9. Grayscale: #4F4F4F. Windows color (decimal): -2812394 or 1447637. OLE color: 1447637.

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

Color convert

RGB2132222-
CMYK00.900.900.16
HSL81.28%46.08%-
HSV(B)89.67%83.53%-
XYZ27.8714.782.14-
YUV79.1195.78223.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 82.88%
GREEN value IS 22 (8.98% from 255) = 8.56%
BLUE value IS 22 (8.98% from 255) = 8.56%
R=82.88%
G=8.56%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213222200.900.900.16081.2846.08
HexD5161605A5A100512e
Octal3252626013213220012156
Binary1101010110110101100101101010110101000001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51616; }

 p { color: rgb(213,22,22); }

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

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

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

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

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

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

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