Html Css Color HEX #BC1425 Fire Engine Red

📋 copy color: '#BC1425'

red 188 ◦ green 20 ◦ blue 37

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

Shades of Fire Engine Red #BC1425

Tints of Fire Engine Red #BC1425

RGB

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

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

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

R = 76.73%
G = 8.16%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC1425 (or 0xBC1425) is known color: Fire Engine Red. HEX triplet: BC, 14 and 25. RGB value is (188,20,37). Sum of RGB (Red+Green+Blue) = 188+20+37=245 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.73% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1425 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1425 is #43EBDA. Grayscale: #484848. Windows color (decimal): -4451291 or 2430140. OLE color: 2430140.

HSL color Cylindrical-coordinate representation of color #BC1425: hue angle of 353.93º 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 #BC1425 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 20 37 -
CMYK 0 0.89 0.80 0.26
HSL 353.93º 0.81% 0.41% -
HSV(B) 353.93º 0.89% 0.74% -
XYZ 21.32 11.33 2.81 -
YUV 72.17 108.16 210.62 -
System Red Green Blue C M Y K H S L
Decimal 188 20 37 0 0.89 0.80 0.26 353.93 0.81 0.41
Hex BC 14 25 0 59 50 1A 162 51 29
Octal 274 24 45 0 131 120 32 542 121 51
Binary 10111100 10100 100101 0 1011001 1010000 11010 101100010 1010001 101001

Color Harmonies of #BC1425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1425

Black with #BC1425

Text Example


Text Example

White with #BC1425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1425; }

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

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

background-color css

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

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

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

border-color css

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

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

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