#b31725

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

Shades of Fire Engine Red #B31725

Tints of Fire Engine Red #B31725

Color information

#B31725 (or 0xB31725) is unknown color: approx Fire Engine Red. HEX triplet: B3, 17 and 25. RGB value is (179,23,37). Sum of RGB (Red+Green+Blue) = 179+23+37=239 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.90% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 179 - color contains mainly: red. Hex color #B31725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31725 is #4CE8DA. Grayscale: #474747. Windows color (decimal): -5040347 or 2430899. OLE color: 2430899.

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

Color convert

RGB1792337-
CMYK00.870.790.30
HSL354.62º77.23%39.61%-
HSV(B)354.62º87.15%70.2%-
XYZ19.2310.332.73-
YUV71.24108.68204.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 74.90%
GREEN value IS 23 (9.38% from 255) = 9.62%
BLUE value IS 37 (14.84% from 255) = 15.48%
R=74.90%
G=9.62%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179233700.870.790.30354.6277.2339.61
HexB317250574F1E1634d28
Octal263274501271173654311550
Binary1011001110111100101010101111001111111101011000111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b31725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b31725; }

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

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

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

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

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

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

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

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