#d2391b

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

Shades of Harley Davidson Orange #D2391B

Tints of Harley Davidson Orange #D2391B

Color information

#D2391B (or 0xD2391B) is unknown color: approx Harley Davidson Orange. HEX triplet: D2, 39 and 1B. RGB value is (210,57,27). Sum of RGB (Red+Green+Blue) = 210+57+27=294 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.43% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 210 - color contains mainly: red. Hex color #D2391B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2391B is #2DC6E4. Grayscale: #636363. Windows color (decimal): -3000037 or 1784274. OLE color: 1784274.

HSL color Cylindrical-coordinate representation of color #D2391B: hue angle of 9.84º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2391B is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB2105727-
CMYK00.730.870.18
HSL9.84º77.22%46.47%-
HSV(B)9.84º87.14%82.35%-
XYZ28.2416.712.77-
YUV99.3387.19206.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 71.43%
GREEN value IS 57 (22.66% from 255) = 19.39%
BLUE value IS 27 (10.94% from 255) = 9.18%
R=71.43%
G=19.39%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210572700.730.870.189.8477.2246.47
HexD2391B0495712a4d2e
Octal32271330111127221211556
Binary11010010111001110110100100110101111001010101001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2391b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2391b; }

 p { color: rgb(210,57,27); }

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

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

 a { background-color: rgb(210,57,27); }

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

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

 span { border-color: rgb(210,57,27); }

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