#BF1621

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

Shades of Fire Engine Red #BF1621

Tints of Fire Engine Red #BF1621

Color information

#BF1621 (or 0xBF1621) is unknown color: approx Fire Engine Red. HEX triplet: BF, 16 and 21. RGB value is (191,22,33). Sum of RGB (Red+Green+Blue) = 191+22+33=246 (32% of max value = 765). Red value is 191 (75% from 255 or 77.64% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1621 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1621 is #40E9DE. Grayscale: #494949. Windows color (decimal): -4254175 or 2168511. OLE color: 2168511.

HSL color Cylindrical-coordinate representation of color #BF1621: hue angle of 356.09º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF1621 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB1912233-
CMYK00.880.830.25
HSL356.09º79.34%41.76%-
HSV(B)356.09º88.48%74.9%-
XYZ22.0511.762.55-
YUV73.78104.99211.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 77.64%
GREEN value IS 22 (8.98% from 255) = 8.94%
BLUE value IS 33 (13.28% from 255) = 13.41%
R=77.64%
G=8.94%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191223300.880.830.25356.0979.3441.76
HexBF162105853191644f2a
Octal277264101301233154411752
Binary1011111110110100001010110001010011110011011001001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1621; }

 p { color: rgb(191,22,33); }

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

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

 a { background-color: rgb(191,22,33); }

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

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

 span { border-color: rgb(191,22,33); }

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