#B41623

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

Shades of Fire Engine Red #B41623

Tints of Fire Engine Red #B41623

Color information

#B41623 (or 0xB41623) is unknown color: approx Fire Engine Red. HEX triplet: B4, 16 and 23. RGB value is (180,22,35). Sum of RGB (Red+Green+Blue) = 180+22+35=237 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.95% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 35 (14.06% from 255 or 14.77% from 237); Max value from RGB is 180 - color contains mainly: red. Hex color #B41623 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41623 is #4BE9DC. Grayscale: #464646. Windows color (decimal): -4975069 or 2299572. OLE color: 2299572.

HSL color Cylindrical-coordinate representation of color #B41623: hue angle of 355.06º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B41623 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB1802235-
CMYK00.880.810.29
HSL355.06º78.22%39.61%-
HSV(B)355.06º87.78%70.59%-
XYZ19.4110.42.57-
YUV70.72107.85205.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 75.95%
GREEN value IS 22 (8.98% from 255) = 9.28%
BLUE value IS 35 (14.06% from 255) = 14.77%
R=75.95%
G=9.28%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180223500.880.810.29355.0678.2239.61
HexB41623058511D1634e28
Octal264264301301213554311650
Binary1011010010110100011010110001010001111011011000111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41623; }

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

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

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

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

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

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

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

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