#D42911

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

Shades of Harley Davidson Orange #D42911

Tints of Harley Davidson Orange #D42911

Color information

#D42911 (or 0xD42911) is unknown color: approx Harley Davidson Orange. HEX triplet: D4, 29 and 11. RGB value is (212,41,17). Sum of RGB (Red+Green+Blue) = 212+41+17=270 (35% of max value = 765). Red value is 212 (83.20% from 255 or 78.52% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 212 - color contains mainly: red. Hex color #D42911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42911 is #2BD6EE. Grayscale: #595959. Windows color (decimal): -2873071 or 1124820. OLE color: 1124820.

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

Color convert

RGB2124117-
CMYK00.810.920.17
HSL7.38º85.15%44.9%-
HSV(B)7.38º91.98%83.14%-
XYZ28.0515.622.07-
YUV89.3987.15215.45-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 78.52%
GREEN value IS 41 (16.41% from 255) = 15.19%
BLUE value IS 17 (7.03% from 255) = 6.30%
R=78.52%
G=15.19%
B=6.30%

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
Decimal212411700.810.920.177.3885.1544.9
HexD429110515C117552d
Octal3245121012113421712555
Binary1101010010100110001010100011011100100011111010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42911; }

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

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

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

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

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

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

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

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