#BD210D

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

Shades of Harley Davidson Orange #BD210D

Tints of Harley Davidson Orange #BD210D

Color information

#BD210D (or 0xBD210D) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 21 and 0D. RGB value is (189,33,13). Sum of RGB (Red+Green+Blue) = 189+33+13=235 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.43% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 189 - color contains mainly: red. Hex color #BD210D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD210D is #42DEF2. Grayscale: #4D4D4D. Windows color (decimal): -4382451 or 860605. OLE color: 860605.

HSL color Cylindrical-coordinate representation of color #BD210D: hue angle of 6.82º 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 #BD210D is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB1893313-
CMYK00.830.930.26
HSL6.82º87.13%39.61%-
HSV(B)6.82º93.12%74.12%-
XYZ21.611.941.55-
YUV77.3691.68207.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 80.43%
GREEN value IS 33 (13.28% from 255) = 14.04%
BLUE value IS 13 (5.47% from 255) = 5.53%
R=80.43%
G=14.04%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189331300.830.930.266.8287.1339.61
HexBD21D0535D1A75728
Octal2754115012313532712750
Binary101111011000011101010100111011101110101111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD210D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD210D; }

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

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

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

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

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

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

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

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