#D42112

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

Shades of Harley Davidson Orange #D42112

Tints of Harley Davidson Orange #D42112

Color information

#D42112 (or 0xD42112) is unknown color: approx Harley Davidson Orange. HEX triplet: D4, 21 and 12. RGB value is (212,33,18). Sum of RGB (Red+Green+Blue) = 212+33+18=263 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.61% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 212 - color contains mainly: red. Hex color #D42112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42112 is #2BDEED. Grayscale: #555555. Windows color (decimal): -2875118 or 1188308. OLE color: 1188308.

HSL color Cylindrical-coordinate representation of color #D42112: hue angle of 4.64º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D42112 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB2123318-
CMYK00.840.920.17
HSL4.64º84.35%45.1%-
HSV(B)4.64º91.51%83.14%-
XYZ27.815.132.03-
YUV84.8190.3218.72-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 80.61%
GREEN value IS 33 (13.28% from 255) = 12.55%
BLUE value IS 18 (7.42% from 255) = 6.84%
R=80.61%
G=12.55%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.92
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212331800.840.920.174.6484.3545.1
HexD421120545C115542d
Octal3244122012413421512455
Binary1101010010000110010010101001011100100011011010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42112; }

 p { color: rgb(212,33,18); }

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

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

 a { background-color: rgb(212,33,18); }

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

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

 span { border-color: rgb(212,33,18); }

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