#B61725

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

Shades of Fire Engine Red #B61725

Tints of Fire Engine Red #B61725

Color information

#B61725 (or 0xB61725) is unknown color: approx Fire Engine Red. HEX triplet: B6, 17 and 25. RGB value is (182,23,37). Sum of RGB (Red+Green+Blue) = 182+23+37=242 (32% of max value = 765). Red value is 182 (71.48% from 255 or 75.21% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 182 - color contains mainly: red. Hex color #B61725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61725 is #49E8DA. Grayscale: #484848. Windows color (decimal): -4843739 or 2430902. OLE color: 2430902.

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

Color convert

RGB1822337-
CMYK00.870.800.29
HSL354.72º77.56%40.2%-
HSV(B)354.72º87.36%71.37%-
XYZ19.9310.692.76-
YUV72.14108.18206.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 75.21%
GREEN value IS 23 (9.38% from 255) = 9.50%
BLUE value IS 37 (14.84% from 255) = 15.29%
R=75.21%
G=9.50%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182233700.870.800.29354.7277.5640.2
HexB61725057501D1634e28
Octal266274501271203554311650
Binary1011011010111100101010101111010000111011011000111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61725; }

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

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

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

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

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

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

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

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