#D42711

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

Shades of Harley Davidson Orange #D42711

Tints of Harley Davidson Orange #D42711

Color information

#D42711 (or 0xD42711) is unknown color: approx Harley Davidson Orange. HEX triplet: D4, 27 and 11. RGB value is (212,39,17). Sum of RGB (Red+Green+Blue) = 212+39+17=268 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.10% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 212 - color contains mainly: red. Hex color #D42711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42711 is #2BD8EE. Grayscale: #585858. Windows color (decimal): -2873583 or 1124308. OLE color: 1124308.

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

Color convert

RGB2123917-
CMYK00.820.920.17
HSL6.77º85.15%44.9%-
HSV(B)6.77º91.98%83.14%-
XYZ27.9815.492.05-
YUV88.2287.81216.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 79.10%
GREEN value IS 39 (15.62% from 255) = 14.55%
BLUE value IS 17 (7.03% from 255) = 6.34%
R=79.10%
G=14.55%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.92
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212391700.820.920.176.7785.1544.9
HexD427110525C117552d
Octal3244721012213421712555
Binary1101010010011110001010100101011100100011111010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42711; }

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

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

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

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

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

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

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

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