#BD2F14

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

Shades of Harley Davidson Orange #BD2F14

Tints of Harley Davidson Orange #BD2F14

Color information

#BD2F14 (or 0xBD2F14) is unknown color: approx Harley Davidson Orange. HEX triplet: BD, 2F and 14. RGB value is (189,47,20). Sum of RGB (Red+Green+Blue) = 189+47+20=256 (33% of max value = 765). Red value is 189 (74.22% from 255 or 73.83% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2F14 is #42D0EB. Grayscale: #565656. Windows color (decimal): -4378860 or 1322941. OLE color: 1322941.

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

Color convert

RGB1894720-
CMYK00.750.890.26
HSL9.59º80.86%40.98%-
HSV(B)9.59º89.42%74.12%-
XYZ22.1312.91.99-
YUV86.3890.54201.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 73.83%
GREEN value IS 47 (18.75% from 255) = 18.36%
BLUE value IS 20 (8.20% from 255) = 7.81%
R=73.83%
G=18.36%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189472000.750.890.269.5980.8640.98
HexBD2F1404B591Aa5129
Octal27557240113131321212151
Binary10111101101111101000100101110110011101010101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2F14; }

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

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

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

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

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

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

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

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