Html Css Color HEX #B53115 Harley Davidson Orange

📋 copy color: '#B53115'

red 181 ◦ green 49 ◦ blue 21

#B53115
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #B53115

Tints of Harley Davidson Orange #B53115

RGB

 RED value IS 181 (71.09% from 255) = 72.11%

 GREEN value IS 49 (19.53% from 255) = 19.52%

 BLUE value IS 21 (8.59% from 255) = 8.37%

R = 72.11%
G = 19.52%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B53115 (or 0xB53115) is known color: Harley Davidson Orange. HEX triplet: B5, 31 and 15. RGB value is (181,49,21). Sum of RGB (Red+Green+Blue) = 181+49+21=251 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.11% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 181 - color contains mainly: red. Hex color #B53115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53115 is #4ACEEA. Grayscale: #555555. Windows color (decimal): -4902635 or 1388981. OLE color: 1388981.

HSL color Cylindrical-coordinate representation of color #B53115: hue angle of 10.5º 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 #B53115 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 49 21 -
CMYK 0 0.73 0.88 0.29
HSL 10.5º 0.79% 0.4% -
HSV(B) 10.5º 0.88% 0.71% -
XYZ 20.29 12.07 1.97 -
YUV 85.28 91.73 196.28 -
System Red Green Blue C M Y K H S L
Decimal 181 49 21 0 0.73 0.88 0.29 10.5 0.79 0.4
Hex B5 31 15 0 49 58 1D A 4F 28
Octal 265 61 25 0 111 130 35 12 117 50
Binary 10110101 110001 10101 0 1001001 1011000 11101 1010 1001111 101000

Color Harmonies of #B53115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53115

Black with #B53115

Text Example


Text Example

White with #B53115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53115; }

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

 H1.HeaderClassName
 {
   color: #B53115;
 }
 .AnyTagClassName
 {
   color: #B53115;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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