#b52d15

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

Shades of Harley Davidson Orange #B52D15

Tints of Harley Davidson Orange #B52D15

Color information

#B52D15 (or 0xB52D15) is unknown color: approx Harley Davidson Orange. HEX triplet: B5, 2D and 15. RGB value is (181,45,21). Sum of RGB (Red+Green+Blue) = 181+45+21=247 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.28% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52D15 is #4AD2EA. Grayscale: #535353. Windows color (decimal): -4903659 or 1387957. OLE color: 1387957.

HSL color Cylindrical-coordinate representation of color #B52D15: hue angle of 9º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B52D15 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB1814521-
CMYK00.750.880.29
HSL79.21%39.61%-
HSV(B)88.4%70.98%-
XYZ20.1311.751.92-
YUV82.9393.06197.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 73.28%
GREEN value IS 45 (17.97% from 255) = 18.22%
BLUE value IS 21 (8.59% from 255) = 8.50%
R=73.28%
G=18.22%
B=8.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181452100.750.880.29979.2139.61
HexB52D1504B581D94f28
Octal26555250113130351111750
Binary10110101101101101010100101110110001110110011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b52d15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b52d15; }

 p { color: rgb(181,45,21); }

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

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

 a { background-color: rgb(181,45,21); }

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

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

 span { border-color: rgb(181,45,21); }

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