Html Css Color HEX #BA1F21 Fire Engine Red

📋 copy color: '#BA1F21'

red 186 ◦ green 31 ◦ blue 33

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

Shades of Fire Engine Red #BA1F21

Tints of Fire Engine Red #BA1F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.2%

R = 74.4%
G = 12.4%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA1F21 (or 0xBA1F21) is known color: Fire Engine Red. HEX triplet: BA, 1F and 21. RGB value is (186,31,33). Sum of RGB (Red+Green+Blue) = 186+31+33=250 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.4% from 250); Green value is 31 (12.5% from 255 or 12.4% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1F21 is #45E0DE. Grayscale: #4D4D4D. Windows color (decimal): -4579551 or 2170810. OLE color: 2170810.

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

Color convert

RGB 186 31 33 -
CMYK 0 0.83 0.82 0.27
HSL 359.23º 0.71% 0.43% -
HSV(B) 359.23º 0.83% 0.73% -
XYZ 21.01 11.53 2.56 -
YUV 77.57 102.85 205.34 -
System Red Green Blue C M Y K H S L
Decimal 186 31 33 0 0.83 0.82 0.27 359.23 0.71 0.43
Hex BA 1F 21 0 53 52 1B 167 47 2B
Octal 272 37 41 0 123 122 33 547 107 53
Binary 10111010 11111 100001 0 1010011 1010010 11011 101100111 1000111 101011

Color Harmonies of #BA1F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1F21

Black with #BA1F21

Text Example


Text Example

White with #BA1F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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