#D1210D

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

Shades of Harley Davidson Orange #D1210D

Tints of Harley Davidson Orange #D1210D

Color information

#D1210D (or 0xD1210D) is unknown color: approx Harley Davidson Orange. HEX triplet: D1, 21 and 0D. RGB value is (209,33,13). Sum of RGB (Red+Green+Blue) = 209+33+13=255 (33% of max value = 765). Red value is 209 (82.03% from 255 or 81.96% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 209 - color contains mainly: red. Hex color #D1210D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1210D is #2EDEF2. Grayscale: #535353. Windows color (decimal): -3071731 or 860625. OLE color: 860625.

HSL color Cylindrical-coordinate representation of color #D1210D: hue angle of 6.12º 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 #D1210D is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB2093313-
CMYK00.840.940.18
HSL6.12º88.29%43.53%-
HSV(B)6.12º93.78%81.96%-
XYZ26.9114.671.79-
YUV83.3488.31217.63-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 81.96%
GREEN value IS 33 (13.28% from 255) = 12.94%
BLUE value IS 13 (5.47% from 255) = 5.10%
R=81.96%
G=12.94%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209331300.840.940.186.1288.2943.53
HexD121D0545E126582c
Octal3214115012413622613054
Binary110100011000011101010101001011110100101101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1210D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1210D; }

 p { color: rgb(209,33,13); }

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

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

 a { background-color: rgb(209,33,13); }

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

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

 span { border-color: rgb(209,33,13); }

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