#D43700

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

Shades of Harley Davidson Orange #D43700

Tints of Harley Davidson Orange #D43700

Color information

#D43700 (or 0xD43700) is unknown color: approx Harley Davidson Orange. HEX triplet: D4, 37 and 00. RGB value is (212,55,0). Sum of RGB (Red+Green+Blue) = 212+55+0=267 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.40% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 212 - color contains mainly: red. Hex color #D43700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43700 is #2BC8FF. Grayscale: #606060. Windows color (decimal): -2869504 or 14292. OLE color: 14292.

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

Color convert

RGB212550-
CMYK00.7410.17
HSL15.57º100%41.57%-
HSV(B)15.57º100%83.14%-
XYZ28.5216.731.73-
YUV95.6774.01210.97-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 79.40%
GREEN value IS 55 (21.88% from 255) = 20.60%
BLUE value IS 0 (0.39% from 255) = 0%
R=79.40%
G=20.60%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 1
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21255000.7410.1715.5710041.57
HexD437004A641110642a
Octal3246700112144212014452
Binary11010100110111001001010110010010001100001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43700; }

 p { color: rgb(212,55,0); }

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

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

 a { background-color: rgb(212,55,0); }

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

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

 span { border-color: rgb(212,55,0); }

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