#D43116

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

Shades of Harley Davidson Orange #D43116

Tints of Harley Davidson Orange #D43116

Color information

#D43116 (or 0xD43116) is unknown color: approx Harley Davidson Orange. HEX triplet: D4, 31 and 16. RGB value is (212,49,22). Sum of RGB (Red+Green+Blue) = 212+49+22=283 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.91% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 212 - color contains mainly: red. Hex color #D43116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43116 is #2BCEE9. Grayscale: #5E5E5E. Windows color (decimal): -2871018 or 1454548. OLE color: 1454548.

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

Color convert

RGB2124922-
CMYK00.770.900.17
HSL8.53º81.2%45.88%-
HSV(B)8.53º89.62%83.14%-
XYZ28.3916.252.4-
YUV94.6687211.7-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 74.91%
GREEN value IS 49 (19.53% from 255) = 17.31%
BLUE value IS 22 (8.98% from 255) = 7.77%
R=74.91%
G=17.31%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.90
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212492200.770.900.178.5381.245.88
HexD4311604D5A119512e
Octal32461260115132211112156
Binary11010100110001101100100110110110101000110011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43116; }

 p { color: rgb(212,49,22); }

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

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

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

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

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

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

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