#BD220D

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

Shades of Harley Davidson Orange #BD220D

Tints of Harley Davidson Orange #BD220D

Color information

#BD220D (or 0xBD220D) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 22 and 0D. RGB value is (189,34,13). Sum of RGB (Red+Green+Blue) = 189+34+13=236 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.08% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 189 - color contains mainly: red. Hex color #BD220D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD220D is #42DDF2. Grayscale: #4E4E4E. Windows color (decimal): -4382195 or 860861. OLE color: 860861.

HSL color Cylindrical-coordinate representation of color #BD220D: hue angle of 7.16º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD220D is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB1893413-
CMYK00.820.930.26
HSL7.16º87.13%39.61%-
HSV(B)7.16º93.12%74.12%-
XYZ21.6311.991.56-
YUV77.9591.35207.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 80.08%
GREEN value IS 34 (13.67% from 255) = 14.41%
BLUE value IS 13 (5.47% from 255) = 5.51%
R=80.08%
G=14.41%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189341300.820.930.267.1687.1339.61
HexBD22D0525D1A75728
Octal2754215012213532712750
Binary101111011000101101010100101011101110101111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD220D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD220D; }

 p { color: rgb(189,34,13); }

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

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

 a { background-color: rgb(189,34,13); }

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

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

 span { border-color: rgb(189,34,13); }

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