Html Css Color HEX #BC1225 Fire Engine Red

📋 copy color: '#BC1225'

red 188 ◦ green 18 ◦ blue 37

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

Shades of Fire Engine Red #BC1225

Tints of Fire Engine Red #BC1225

RGB

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

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

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

R = 77.37%
G = 7.41%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC1225 (or 0xBC1225) is known color: Fire Engine Red. HEX triplet: BC, 12 and 25. RGB value is (188,18,37). Sum of RGB (Red+Green+Blue) = 188+18+37=243 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.37% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1225 is #43EDDA. Grayscale: #474747. Windows color (decimal): -4451803 or 2429628. OLE color: 2429628.

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

Color convert

RGB 188 18 37 -
CMYK 0 0.90 0.80 0.26
HSL 353.29º 0.83% 0.4% -
HSV(B) 353.29º 0.9% 0.74% -
XYZ 21.29 11.26 2.8 -
YUV 71 108.82 211.46 -
System Red Green Blue C M Y K H S L
Decimal 188 18 37 0 0.90 0.80 0.26 353.29 0.83 0.4
Hex BC 12 25 0 5A 50 1A 161 53 28
Octal 274 22 45 0 132 120 32 541 123 50
Binary 10111100 10010 100101 0 1011010 1010000 11010 101100001 1010011 101000

Color Harmonies of #BC1225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1225

Black with #BC1225

Text Example


Text Example

White with #BC1225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1225; }

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

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

background-color css

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

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

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

border-color css

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

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

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