#bf1f25

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

Shades of Fire Engine Red #BF1F25

Tints of Fire Engine Red #BF1F25

Color information

#BF1F25 (or 0xBF1F25) is unknown color: approx Fire Engine Red. HEX triplet: BF, 1F and 25. RGB value is (191,31,37). Sum of RGB (Red+Green+Blue) = 191+31+37=259 (34% of max value = 765). Red value is 191 (75% from 255 or 73.75% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF1F25 is #40E0DA. Grayscale: #4F4F4F. Windows color (decimal): -4251867 or 2432959. OLE color: 2432959.

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

Color convert

RGB1913137-
CMYK00.840.810.25
HSL357.75º72.07%43.53%-
HSV(B)357.75º83.77%74.9%-
XYZ22.3112.192.93-
YUV79.52104.01207.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 73.75%
GREEN value IS 31 (12.5% from 255) = 11.97%
BLUE value IS 37 (14.84% from 255) = 14.29%
R=73.75%
G=11.97%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191313700.840.810.25357.7572.0743.53
HexBF1F250545119166482c
Octal277374501241213154611054
Binary1011111111111100101010101001010001110011011001101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf1f25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf1f25; }

 p { color: rgb(191,31,37); }

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

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

 a { background-color: rgb(191,31,37); }

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

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

 span { border-color: rgb(191,31,37); }

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