#BD2404

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

Shades of Harley Davidson Orange #BD2404

Tints of Harley Davidson Orange #BD2404

Color information

#BD2404 (or 0xBD2404) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 24 and 04. RGB value is (189,36,4). Sum of RGB (Red+Green+Blue) = 189+36+4=229 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.53% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2404 is #42DBFB. Grayscale: #4E4E4E. Windows color (decimal): -4381692 or 271549. OLE color: 271549.

HSL color Cylindrical-coordinate representation of color #BD2404: hue angle of 10.38º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD2404 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB189364-
CMYK00.810.980.26
HSL10.38º95.85%37.84%-
HSV(B)10.38º97.88%74.12%-
XYZ21.6412.091.31-
YUV78.186.19207.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 82.53%
GREEN value IS 36 (14.45% from 255) = 15.72%
BLUE value IS 4 (1.95% from 255) = 1.75%
R=82.53%
G=15.72%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18936400.810.980.2610.3895.8537.84
HexBD244051621Aa6026
Octal2754440121142321214046
Binary101111011001001000101000111000101101010101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2404; }

 p { color: rgb(189,36,4); }

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

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

 a { background-color: rgb(189,36,4); }

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

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

 span { border-color: rgb(189,36,4); }

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