Html Css Color HEX #BC1925 Fire Engine Red

📋 copy color: '#BC1925'

red 188 ◦ green 25 ◦ blue 37

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

Shades of Fire Engine Red #BC1925

Tints of Fire Engine Red #BC1925

RGB

 RED value IS 188 (73.83% from 255) = 75.2%

 GREEN value IS 25 (10.16% from 255) = 10%

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

R = 75.2%
G = 10%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC1925 (or 0xBC1925) is known color: Fire Engine Red. HEX triplet: BC, 19 and 25. RGB value is (188,25,37). Sum of RGB (Red+Green+Blue) = 188+25+37=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1925 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1925 is #43E6DA. Grayscale: #4B4B4B. Windows color (decimal): -4450011 or 2431420. OLE color: 2431420.

HSL color Cylindrical-coordinate representation of color #BC1925: hue angle of 355.58º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1925 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 25 37 -
CMYK 0 0.87 0.80 0.26
HSL 355.58º 0.77% 0.42% -
HSV(B) 355.58º 0.87% 0.74% -
XYZ 21.42 11.52 2.84 -
YUV 75.11 106.5 208.52 -
System Red Green Blue C M Y K H S L
Decimal 188 25 37 0 0.87 0.80 0.26 355.58 0.77 0.42
Hex BC 19 25 0 57 50 1A 164 4D 2A
Octal 274 31 45 0 127 120 32 544 115 52
Binary 10111100 11001 100101 0 1010111 1010000 11010 101100100 1001101 101010

Color Harmonies of #BC1925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1925

Black with #BC1925

Text Example


Text Example

White with #BC1925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1925; }

 p { color: rgb(188,25,37); }

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

background-color css

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

 a { background-color: rgb(188,25,37); }

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

border-color css

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

 span { border-color: rgb(188,25,37); }

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