Html Css Color HEX #BA1225 Fire Engine Red

📋 copy color: '#BA1225'

red 186 ◦ green 18 ◦ blue 37

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

Shades of Fire Engine Red #BA1225

Tints of Fire Engine Red #BA1225

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.47%

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

R = 77.18%
G = 7.47%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA1225 (or 0xBA1225) is known color: Fire Engine Red. HEX triplet: BA, 12 and 25. RGB value is (186,18,37). Sum of RGB (Red+Green+Blue) = 186+18+37=241 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.18% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1225 is #45EDDA. Grayscale: #464646. Windows color (decimal): -4582875 or 2429626. OLE color: 2429626.

HSL color Cylindrical-coordinate representation of color #BA1225: hue angle of 353.21º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1225 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 18 37 -
CMYK 0 0.90 0.80 0.27
HSL 353.21º 0.82% 0.4% -
HSV(B) 353.21º 0.9% 0.73% -
XYZ 20.8 11.01 2.78 -
YUV 70.4 109.16 210.46 -
System Red Green Blue C M Y K H S L
Decimal 186 18 37 0 0.90 0.80 0.27 353.21 0.82 0.4
Hex BA 12 25 0 5A 50 1B 161 52 28
Octal 272 22 45 0 132 120 33 541 122 50
Binary 10111010 10010 100101 0 1011010 1010000 11011 101100001 1010010 101000

Color Harmonies of #BA1225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1225

Black with #BA1225

Text Example


Text Example

White with #BA1225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1225; }

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

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

background-color css

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

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

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

border-color css

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

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

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