#B21F23

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

Shades of Fire Engine Red #B21F23

Tints of Fire Engine Red #B21F23

Color information

#B21F23 (or 0xB21F23) is unknown color: approx Fire Engine Red. HEX triplet: B2, 1F and 23. RGB value is (178,31,35). Sum of RGB (Red+Green+Blue) = 178+31+35=244 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.95% from 244); Green value is 31 (12.5% from 255 or 12.70% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 178 - color contains mainly: red. Hex color #B21F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21F23 is #4DE0DC. Grayscale: #4B4B4B. Windows color (decimal): -5103837 or 2301874. OLE color: 2301874.

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

Color convert

RGB1783135-
CMYK00.830.800.30
HSL358.37º70.33%40.98%-
HSV(B)358.37º82.58%69.8%-
XYZ19.1510.572.62-
YUV75.41105.2201.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 72.95%
GREEN value IS 31 (12.5% from 255) = 12.70%
BLUE value IS 35 (14.06% from 255) = 14.34%
R=72.95%
G=12.70%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178313500.830.800.30358.3770.3340.98
HexB21F23053501E1664629
Octal262374301231203654610651
Binary1011001011111100011010100111010000111101011001101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21F23; }

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

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

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

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

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

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

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

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