#BD2403

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

Shades of Harley Davidson Orange #BD2403

Tints of Harley Davidson Orange #BD2403

Color information

#BD2403 (or 0xBD2403) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 24 and 03. RGB value is (189,36,3). Sum of RGB (Red+Green+Blue) = 189+36+3=228 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.89% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2403 is #42DBFC. Grayscale: #4E4E4E. Windows color (decimal): -4381693 or 206013. OLE color: 206013.

HSL color Cylindrical-coordinate representation of color #BD2403: hue angle of 10.65º degrees, saturation: 0.97, 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 #BD2403 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB189363-
CMYK00.810.980.26
HSL10.65º96.88%37.65%-
HSV(B)10.65º98.41%74.12%-
XYZ21.6312.091.28-
YUV77.9885.69207.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 82.89%
GREEN value IS 36 (14.45% from 255) = 15.79%
BLUE value IS 3 (1.56% from 255) = 1.32%
R=82.89%
G=15.79%
B=1.32%

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
Decimal18936300.810.980.2610.6596.8837.65
HexBD243051621Ab6126
Octal2754430121142321314146
Binary10111101100100110101000111000101101010111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2403; }

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

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

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

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

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

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

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

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