#BD2E14

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

Shades of Harley Davidson Orange #BD2E14

Tints of Harley Davidson Orange #BD2E14

Color information

#BD2E14 (or 0xBD2E14) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 2E and 14. RGB value is (189,46,20). Sum of RGB (Red+Green+Blue) = 189+46+20=255 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.12% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2E14 is #42D1EB. Grayscale: #565656. Windows color (decimal): -4379116 or 1322685. OLE color: 1322685.

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

Color convert

RGB1894620-
CMYK00.760.890.26
HSL9.23º80.86%40.98%-
HSV(B)9.23º89.42%74.12%-
XYZ22.0912.821.97-
YUV85.7990.88201.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 74.12%
GREEN value IS 46 (18.36% from 255) = 18.04%
BLUE value IS 20 (8.20% from 255) = 7.84%
R=74.12%
G=18.04%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189462000.760.890.269.2380.8640.98
HexBD2E1404C591A95129
Octal27556240114131321112151
Binary10111101101110101000100110010110011101010011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2E14; }

 p { color: rgb(189,46,20); }

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

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

 a { background-color: rgb(189,46,20); }

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

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

 span { border-color: rgb(189,46,20); }

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