#D42811

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

Shades of Harley Davidson Orange #D42811

Tints of Harley Davidson Orange #D42811

Color information

#D42811 (or 0xD42811) is unknown color: approx Harley Davidson Orange. HEX triplet: D4, 28 and 11. RGB value is (212,40,17). Sum of RGB (Red+Green+Blue) = 212+40+17=269 (35% of max value = 765). Red value is 212 (83.20% from 255 or 78.81% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 212 - color contains mainly: red. Hex color #D42811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42811 is #2BD7EE. Grayscale: #595959. Windows color (decimal): -2873327 or 1124564. OLE color: 1124564.

HSL color Cylindrical-coordinate representation of color #D42811: hue angle of 7.08º degrees, saturation: 0.85, 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 #D42811 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB2124017-
CMYK00.810.920.17
HSL7.08º85.15%44.9%-
HSV(B)7.08º91.98%83.14%-
XYZ28.0115.562.06-
YUV88.8187.48215.87-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 78.81%
GREEN value IS 40 (16.02% from 255) = 14.87%
BLUE value IS 17 (7.03% from 255) = 6.32%
R=78.81%
G=14.87%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212401700.810.920.177.0885.1544.9
HexD428110515C117552d
Octal3245021012113421712555
Binary1101010010100010001010100011011100100011111010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42811; }

 p { color: rgb(212,40,17); }

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

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

 a { background-color: rgb(212,40,17); }

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

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

 span { border-color: rgb(212,40,17); }

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