Html Css Color HEX #BA2425 Fire Engine Red

📋 copy color: '#BA2425'

red 186 ◦ green 36 ◦ blue 37

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

Shades of Fire Engine Red #BA2425

Tints of Fire Engine Red #BA2425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.9%

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

R = 71.81%
G = 13.9%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA2425 (or 0xBA2425) is known color: Fire Engine Red. HEX triplet: BA, 24 and 25. RGB value is (186,36,37). Sum of RGB (Red+Green+Blue) = 186+36+37=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2425 is #45DBDA. Grayscale: #515151. Windows color (decimal): -4578267 or 2434234. OLE color: 2434234.

HSL color Cylindrical-coordinate representation of color #BA2425: hue angle of 359.6º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2425 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 36 37 -
CMYK 0 0.81 0.80 0.27
HSL 359.6º 0.68% 0.44% -
HSV(B) 359.6º 0.81% 0.73% -
XYZ 21.21 11.83 2.92 -
YUV 80.96 103.2 202.92 -
System Red Green Blue C M Y K H S L
Decimal 186 36 37 0 0.81 0.80 0.27 359.6 0.68 0.44
Hex BA 24 25 0 51 50 1B 168 44 2C
Octal 272 44 45 0 121 120 33 550 104 54
Binary 10111010 100100 100101 0 1010001 1010000 11011 101101000 1000100 101100

Color Harmonies of #BA2425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2425

Black with #BA2425

Text Example


Text Example

White with #BA2425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2425; }

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

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

background-color css

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

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

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

border-color css

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

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

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