Html Css Color HEX #BA2D15 Harley Davidson Orange

📋 copy color: '#BA2D15'

red 186 ◦ green 45 ◦ blue 21

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

Shades of Harley Davidson Orange #BA2D15

Tints of Harley Davidson Orange #BA2D15

RGB

 RED value IS 186 (73.05% from 255) = 73.81%

 GREEN value IS 45 (17.97% from 255) = 17.86%

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

R = 73.81%
G = 17.86%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA2D15 (or 0xBA2D15) is known color: Harley Davidson Orange. HEX triplet: BA, 2D and 15. RGB value is (186,45,21). Sum of RGB (Red+Green+Blue) = 186+45+21=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2D15 is #45D2EA. Grayscale: #545454. Windows color (decimal): -4575979 or 1387962. OLE color: 1387962.

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

Color convert

RGB 186 45 21 -
CMYK 0 0.76 0.89 0.27
HSL 8.73º 0.8% 0.41% -
HSV(B) 8.73º 0.89% 0.73% -
XYZ 21.32 12.37 1.97 -
YUV 84.42 92.21 200.45 -
System Red Green Blue C M Y K H S L
Decimal 186 45 21 0 0.76 0.89 0.27 8.73 0.8 0.41
Hex BA 2D 15 0 4C 59 1B 9 50 29
Octal 272 55 25 0 114 131 33 11 120 51
Binary 10111010 101101 10101 0 1001100 1011001 11011 1001 1010000 101001

Color Harmonies of #BA2D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2D15

Black with #BA2D15

Text Example


Text Example

White with #BA2D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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