#BF1824

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

Shades of Fire Engine Red #BF1824

Tints of Fire Engine Red #BF1824

Color information

#BF1824 (or 0xBF1824) is unknown color: approx Fire Engine Red. HEX triplet: BF, 18 and 24. RGB value is (191,24,36). Sum of RGB (Red+Green+Blue) = 191+24+36=251 (33% of max value = 765). Red value is 191 (75% from 255 or 76.10% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 36 (14.45% from 255 or 14.34% from 251); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1824 is #40E7DB. Grayscale: #4B4B4B. Windows color (decimal): -4253660 or 2365631. OLE color: 2365631.

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

Color convert

RGB1912436-
CMYK00.870.810.25
HSL355.69º77.67%42.16%-
HSV(B)355.69º87.43%74.9%-
XYZ22.1311.862.79-
YUV75.3105.83210.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 76.10%
GREEN value IS 24 (9.77% from 255) = 9.56%
BLUE value IS 36 (14.45% from 255) = 14.34%
R=76.10%
G=9.56%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191243600.870.810.25355.6977.6742.16
HexBF182405751191644e2a
Octal277304401271213154411652
Binary1011111111000100100010101111010001110011011001001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1824; }

 p { color: rgb(191,24,36); }

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

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

 a { background-color: rgb(191,24,36); }

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

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

 span { border-color: rgb(191,24,36); }

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