Html Css Color HEX #BA1F25 Fire Engine Red

📋 copy color: '#BA1F25'

red 186 ◦ green 31 ◦ blue 37

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

Shades of Fire Engine Red #BA1F25

Tints of Fire Engine Red #BA1F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.57%

R = 73.23%
G = 12.2%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA1F25 (or 0xBA1F25) is known color: Fire Engine Red. HEX triplet: BA, 1F and 25. RGB value is (186,31,37). Sum of RGB (Red+Green+Blue) = 186+31+37=254 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.23% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 37 (14.84% from 255 or 14.57% from 254); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1F25 is #45E0DA. Grayscale: #4E4E4E. Windows color (decimal): -4579547 or 2432954. OLE color: 2432954.

HSL color Cylindrical-coordinate representation of color #BA1F25: hue angle of 357.68º 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 #BA1F25 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 31 37 -
CMYK 0 0.83 0.80 0.27
HSL 357.68º 0.71% 0.43% -
HSV(B) 357.68º 0.83% 0.73% -
XYZ 21.07 11.55 2.87 -
YUV 78.03 104.85 205.01 -
System Red Green Blue C M Y K H S L
Decimal 186 31 37 0 0.83 0.80 0.27 357.68 0.71 0.43
Hex BA 1F 25 0 53 50 1B 166 47 2B
Octal 272 37 45 0 123 120 33 546 107 53
Binary 10111010 11111 100101 0 1010011 1010000 11011 101100110 1000111 101011

Color Harmonies of #BA1F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1F25

Black with #BA1F25

Text Example


Text Example

White with #BA1F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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