Html Css Color HEX #BC141F Fire Engine Red

📋 copy color: '#BC141F'

red 188 ◦ green 20 ◦ blue 31

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

Shades of Fire Engine Red #BC141F

Tints of Fire Engine Red #BC141F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.37%

 BLUE value IS 31 (12.5% from 255) = 12.97%

R = 78.66%
G = 8.37%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC141F (or 0xBC141F) is known color: Fire Engine Red. HEX triplet: BC, 14 and 1F. RGB value is (188,20,31). Sum of RGB (Red+Green+Blue) = 188+20+31=239 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.66% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 188 - color contains mainly: red. Hex color #BC141F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC141F is #43EBE0. Grayscale: #474747. Windows color (decimal): -4451297 or 2036924. OLE color: 2036924.

HSL color Cylindrical-coordinate representation of color #BC141F: hue angle of 356.07º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC141F is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 20 31 -
CMYK 0 0.89 0.84 0.26
HSL 356.07º 0.81% 0.41% -
HSV(B) 356.07º 0.89% 0.74% -
XYZ 21.24 11.29 2.36 -
YUV 71.49 105.16 211.11 -
System Red Green Blue C M Y K H S L
Decimal 188 20 31 0 0.89 0.84 0.26 356.07 0.81 0.41
Hex BC 14 1F 0 59 54 1A 164 51 29
Octal 274 24 37 0 131 124 32 544 121 51
Binary 10111100 10100 11111 0 1011001 1010100 11010 101100100 1010001 101001

Color Harmonies of #BC141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC141F

Black with #BC141F

Text Example


Text Example

White with #BC141F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC141F; }

 p { color: rgb(188,20,31); }

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

background-color css

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

 a { background-color: rgb(188,20,31); }

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

border-color css

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

 span { border-color: rgb(188,20,31); }

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