#B21B23

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

Shades of Fire Engine Red #B21B23

Tints of Fire Engine Red #B21B23

Color information

#B21B23 (or 0xB21B23) is unknown color: approx Fire Engine Red. HEX triplet: B2, 1B and 23. RGB value is (178,27,35). Sum of RGB (Red+Green+Blue) = 178+27+35=240 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.17% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 35 (14.06% from 255 or 14.58% from 240); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21B23 is #4DE4DC. Grayscale: #494949. Windows color (decimal): -5104861 or 2300850. OLE color: 2300850.

HSL color Cylindrical-coordinate representation of color #B21B23: hue angle of 356.82º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21B23 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB1782735-
CMYK00.850.800.30
HSL356.82º73.66%40.2%-
HSV(B)356.82º84.83%69.8%-
XYZ19.0610.372.59-
YUV73.06106.53202.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 74.17%
GREEN value IS 27 (10.94% from 255) = 11.25%
BLUE value IS 35 (14.06% from 255) = 14.58%
R=74.17%
G=11.25%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178273500.850.800.30356.8273.6640.2
HexB21B23055501E1654a28
Octal262334301251203654511250
Binary1011001011011100011010101011010000111101011001011001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21B23; }

 p { color: rgb(178,27,35); }

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

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

 a { background-color: rgb(178,27,35); }

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

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

 span { border-color: rgb(178,27,35); }

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