Html Css Color HEX #BA1F04 Harley Davidson Orange

📋 copy color: '#BA1F04'

red 186 ◦ green 31 ◦ blue 4

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

Shades of Harley Davidson Orange #BA1F04

Tints of Harley Davidson Orange #BA1F04

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.03%

 BLUE value IS 4 (1.95% from 255) = 1.81%

R = 84.16%
G = 14.03%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA1F04 (or 0xBA1F04) is known color: Harley Davidson Orange. HEX triplet: BA, 1F and 04. RGB value is (186,31,4). Sum of RGB (Red+Green+Blue) = 186+31+4=221 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.16% from 221); Green value is 31 (12.5% from 255 or 14.03% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1F04 is #45E0FB. Grayscale: #4A4A4A. Windows color (decimal): -4579580 or 270266. OLE color: 270266.

HSL color Cylindrical-coordinate representation of color #BA1F04: hue angle of 8.9º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA1F04 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 31 4 -
CMYK 0 0.83 0.98 0.27
HSL 8.9º 0.96% 0.37% -
HSV(B) 8.9º 0.98% 0.73% -
XYZ 20.76 11.43 1.23 -
YUV 74.27 88.35 207.7 -
System Red Green Blue C M Y K H S L
Decimal 186 31 4 0 0.83 0.98 0.27 8.9 0.96 0.37
Hex BA 1F 4 0 53 62 1B 9 60 25
Octal 272 37 4 0 123 142 33 11 140 45
Binary 10111010 11111 100 0 1010011 1100010 11011 1001 1100000 100101

Color Harmonies of #BA1F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1F04

Black with #BA1F04

Text Example


Text Example

White with #BA1F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1F04; }

 p { color: rgb(186,31,4); }

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

background-color css

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

 a { background-color: rgb(186,31,4); }

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

border-color css

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

 span { border-color: rgb(186,31,4); }

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