#D2340D

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

Shades of Harley Davidson Orange #D2340D

Tints of Harley Davidson Orange #D2340D

Color information

#D2340D (or 0xD2340D) is unknown color: approx Harley Davidson Orange. HEX triplet: D2, 34 and 0D. RGB value is (210,52,13). Sum of RGB (Red+Green+Blue) = 210+52+13=275 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.36% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 210 - color contains mainly: red. Hex color #D2340D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2340D is #2DCBF2. Grayscale: #5F5F5F. Windows color (decimal): -3001331 or 865490. OLE color: 865490.

HSL color Cylindrical-coordinate representation of color #D2340D: hue angle of 11.88º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2340D is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB2105213-
CMYK00.750.940.18
HSL11.88º88.34%43.73%-
HSV(B)11.88º93.81%82.35%-
XYZ27.8816.192.04-
YUV94.881.85210.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 76.36%
GREEN value IS 52 (20.70% from 255) = 18.91%
BLUE value IS 13 (5.47% from 255) = 4.73%
R=76.36%
G=18.91%
B=4.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210521300.750.940.1811.8888.3443.73
HexD234D04B5E12c582c
Octal32264150113136221413054
Binary1101001011010011010100101110111101001011001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2340D; }

 p { color: rgb(210,52,13); }

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

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

 a { background-color: rgb(210,52,13); }

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

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

 span { border-color: rgb(210,52,13); }

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