Html Css Color HEX #BA1725 Fire Engine Red

📋 copy color: '#BA1725'

red 186 ◦ green 23 ◦ blue 37

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

Shades of Fire Engine Red #BA1725

Tints of Fire Engine Red #BA1725

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.35%

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

R = 75.61%
G = 9.35%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA1725 (or 0xBA1725) is known color: Fire Engine Red. HEX triplet: BA, 17 and 25. RGB value is (186,23,37). Sum of RGB (Red+Green+Blue) = 186+23+37=246 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.61% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1725 is #45E8DA. Grayscale: #494949. Windows color (decimal): -4581595 or 2430906. OLE color: 2430906.

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

Color convert

RGB 186 23 37 -
CMYK 0 0.88 0.80 0.27
HSL 354.85º 0.78% 0.41% -
HSV(B) 354.85º 0.88% 0.73% -
XYZ 20.89 11.19 2.81 -
YUV 73.33 107.5 208.36 -
System Red Green Blue C M Y K H S L
Decimal 186 23 37 0 0.88 0.80 0.27 354.85 0.78 0.41
Hex BA 17 25 0 58 50 1B 163 4E 29
Octal 272 27 45 0 130 120 33 543 116 51
Binary 10111010 10111 100101 0 1011000 1010000 11011 101100011 1001110 101001

Color Harmonies of #BA1725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1725

Black with #BA1725

Text Example


Text Example

White with #BA1725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1725; }

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

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

background-color css

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

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

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

border-color css

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

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

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