#b21623

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

Shades of Fire Engine Red #B21623

Tints of Fire Engine Red #B21623

Color information

#B21623 (or 0xB21623) is unknown color: approx Fire Engine Red. HEX triplet: B2, 16 and 23. RGB value is (178,22,35). Sum of RGB (Red+Green+Blue) = 178+22+35=235 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.74% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 35 (14.06% from 255 or 14.89% from 235); Max value from RGB is 178 - color contains mainly: red. Hex color #B21623 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21623 is #4DE9DC. Grayscale: #464646. Windows color (decimal): -5106141 or 2299570. OLE color: 2299570.

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

Color convert

RGB1782235-
CMYK00.880.800.30
HSL355º78%39.22%-
HSV(B)355º87.64%69.8%-
XYZ18.9510.162.55-
YUV70.13108.18204.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 75.74%
GREEN value IS 22 (8.98% from 255) = 9.36%
BLUE value IS 35 (14.06% from 255) = 14.89%
R=75.74%
G=9.36%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178223500.880.800.303557839.22
HexB21623058501E1634e27
Octal262264301301203654311647
Binary1011001010110100011010110001010000111101011000111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b21623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b21623; }

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

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

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

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

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

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

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

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