#B61625

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

Shades of Fire Engine Red #B61625

Tints of Fire Engine Red #B61625

Color information

#B61625 (or 0xB61625) is unknown color: approx Fire Engine Red. HEX triplet: B6, 16 and 25. RGB value is (182,22,37). Sum of RGB (Red+Green+Blue) = 182+22+37=241 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.52% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 182 - color contains mainly: red. Hex color #B61625 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61625 is #49E9DA. Grayscale: #474747. Windows color (decimal): -4843995 or 2430646. OLE color: 2430646.

HSL color Cylindrical-coordinate representation of color #B61625: hue angle of 354.38º 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 #B61625 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB1822237-
CMYK00.880.800.29
HSL354.38º78.43%40%-
HSV(B)354.38º87.91%71.37%-
XYZ19.9110.652.76-
YUV71.55108.51206.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 75.52%
GREEN value IS 22 (8.98% from 255) = 9.13%
BLUE value IS 37 (14.84% from 255) = 15.35%
R=75.52%
G=9.13%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182223700.880.800.29354.3878.4340
HexB61625058501D1624e28
Octal266264501301203554211650
Binary1011011010110100101010110001010000111011011000101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61625; }

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

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

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

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

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

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

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

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