#D42416

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

Shades of Harley Davidson Orange #D42416

Tints of Harley Davidson Orange #D42416

Color information

#D42416 (or 0xD42416) is unknown color: approx Harley Davidson Orange. HEX triplet: D4, 24 and 16. RGB value is (212,36,22). Sum of RGB (Red+Green+Blue) = 212+36+22=270 (35% of max value = 765). Red value is 212 (83.20% from 255 or 78.52% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 212 - color contains mainly: red. Hex color #D42416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42416 is #2BDBE9. Grayscale: #575757. Windows color (decimal): -2874346 or 1451220. OLE color: 1451220.

HSL color Cylindrical-coordinate representation of color #D42416: hue angle of 4.42º 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 #D42416 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB2123622-
CMYK00.830.900.17
HSL4.42º81.2%45.88%-
HSV(B)4.42º89.62%83.14%-
XYZ27.9315.322.24-
YUV87.0391.31217.14-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 78.52%
GREEN value IS 36 (14.45% from 255) = 13.33%
BLUE value IS 22 (8.98% from 255) = 8.15%
R=78.52%
G=13.33%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.90
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212362200.830.900.174.4281.245.88
HexD424160535A114512e
Octal3244426012313221412156
Binary1101010010010010110010100111011010100011001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42416; }

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

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

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

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

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

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

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

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