#B41C1E

Color #B41C1E Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #B41C1E

Tints of Fire Engine Red #B41C1E

Color information

#B41C1E (or 0xB41C1E) is unknown color: approx Fire Engine Red. HEX triplet: B4, 1C and 1E. RGB value is (180,28,30). Sum of RGB (Red+Green+Blue) = 180+28+30=238 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.63% from 238); Green value is 28 (11.33% from 255 or 11.76% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41C1E is #4BE3E1. Grayscale: #494949. Windows color (decimal): -4973538 or 1973428. OLE color: 1973428.

HSL color Cylindrical-coordinate representation of color #B41C1E: hue angle of 359.21º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B41C1E is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB1802830-
CMYK00.840.830.29
HSL359.21º73.08%40.78%-
HSV(B)359.21º84.44%70.59%-
XYZ19.4710.632.25-
YUV73.68103.36203.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 75.63%
GREEN value IS 28 (11.33% from 255) = 11.76%
BLUE value IS 30 (12.11% from 255) = 12.61%
R=75.63%
G=11.76%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180283000.840.830.29359.2173.0840.78
HexB41C1E054531D1674929
Octal264343601241233554711151
Binary101101001110011110010101001010011111011011001111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41C1E; }

 p { color: rgb(180,28,30); }

 H1.HeaderClassName
 {
   color: #B41C1E;
 }
 .AnyTagClassName
 {
   color: #B41C1E;
 }
</style>
background-color css

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

 a { background-color: rgb(180,28,30); }

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

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

 span { border-color: rgb(180,28,30); }

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