#B31D25

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

Shades of Fire Engine Red #B31D25

Tints of Fire Engine Red #B31D25

Color information

#B31D25 (or 0xB31D25) is unknown color: approx Fire Engine Red. HEX triplet: B3, 1D and 25. RGB value is (179,29,37). Sum of RGB (Red+Green+Blue) = 179+29+37=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31D25 is #4CE2DA. Grayscale: #4A4A4A. Windows color (decimal): -5038811 or 2432435. OLE color: 2432435.

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

Color convert

RGB1792937-
CMYK00.840.790.30
HSL356.8º72.12%40.78%-
HSV(B)356.8º83.8%70.2%-
XYZ19.3610.62.77-
YUV74.76106.7202.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 73.06%
GREEN value IS 29 (11.72% from 255) = 11.84%
BLUE value IS 37 (14.84% from 255) = 15.10%
R=73.06%
G=11.84%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179293700.840.790.30356.872.1240.78
HexB31D250544F1E1654829
Octal263354501241173654511051
Binary1011001111101100101010101001001111111101011001011001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31D25; }

 p { color: rgb(179,29,37); }

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

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

 a { background-color: rgb(179,29,37); }

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

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

 span { border-color: rgb(179,29,37); }

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