#D2341D

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

Shades of Harley Davidson Orange #D2341D

Tints of Harley Davidson Orange #D2341D

Color information

#D2341D (or 0xD2341D) is unknown color: approx Harley Davidson Orange. HEX triplet: D2, 34 and 1D. RGB value is (210,52,29). Sum of RGB (Red+Green+Blue) = 210+52+29=291 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.16% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 210 - color contains mainly: red. Hex color #D2341D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2341D is #2DCBE2. Grayscale: #606060. Windows color (decimal): -3001315 or 1914066. OLE color: 1914066.

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

Color convert

RGB2105229-
CMYK00.750.860.18
HSL7.62º75.73%46.86%-
HSV(B)7.62º86.19%82.35%-
XYZ28.0316.252.82-
YUV96.6289.85208.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 72.16%
GREEN value IS 52 (20.70% from 255) = 17.87%
BLUE value IS 29 (11.72% from 255) = 9.97%
R=72.16%
G=17.87%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210522900.750.860.187.6275.7346.86
HexD2341D04B561284c2f
Octal32264350113126221011457
Binary11010010110100111010100101110101101001010001001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2341D; }

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

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

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

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

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

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

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

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