#D7400C

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

Shades of Harley Davidson Orange #D7400C

Tints of Harley Davidson Orange #D7400C

Color information

#D7400C (or 0xD7400C) is unknown color: approx Harley Davidson Orange. HEX triplet: D7, 40 and 0C. RGB value is (215,64,12). Sum of RGB (Red+Green+Blue) = 215+64+12=291 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.88% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 215 - color contains mainly: red. Hex color #D7400C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7400C is #28BFF3. Grayscale: #676767. Windows color (decimal): -2670580 or 803031. OLE color: 803031.

HSL color Cylindrical-coordinate representation of color #D7400C: hue angle of 15.37º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7400C is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB2156412-
CMYK00.700.940.16
HSL15.37º89.43%44.51%-
HSV(B)15.37º94.42%84.31%-
XYZ29.9218.142.27-
YUV103.2276.53207.73-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 73.88%
GREEN value IS 64 (25.39% from 255) = 21.99%
BLUE value IS 12 (5.08% from 255) = 4.12%
R=73.88%
G=21.99%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.94
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215641200.700.940.1615.3789.4344.51
HexD740C0465E10f592d
Octal327100140106136201713155
Binary11010111100000011000100011010111101000011111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7400C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7400C; }

 p { color: rgb(215,64,12); }

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

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

 a { background-color: rgb(215,64,12); }

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

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

 span { border-color: rgb(215,64,12); }

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