#BE1F24

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

Shades of Fire Engine Red #BE1F24

Tints of Fire Engine Red #BE1F24

Color information

#BE1F24 (or 0xBE1F24) is unknown color: approx Fire Engine Red. HEX triplet: BE, 1F and 24. RGB value is (190,31,36). Sum of RGB (Red+Green+Blue) = 190+31+36=257 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.93% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1F24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1F24 is #41E0DB. Grayscale: #4F4F4F. Windows color (decimal): -4317404 or 2367422. OLE color: 2367422.

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

Color convert

RGB1903136-
CMYK00.840.810.25
HSL358.11º71.95%43.33%-
HSV(B)358.11º83.68%74.51%-
XYZ22.0412.052.83-
YUV79.11103.68207.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 73.93%
GREEN value IS 31 (12.5% from 255) = 12.06%
BLUE value IS 36 (14.45% from 255) = 14.01%
R=73.93%
G=12.06%
B=14.01%

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
Decimal190313600.840.810.25358.1171.9543.33
HexBE1F240545119166482b
Octal276374401241213154611053
Binary1011111011111100100010101001010001110011011001101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1F24; }

 p { color: rgb(190,31,36); }

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

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

 a { background-color: rgb(190,31,36); }

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

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

 span { border-color: rgb(190,31,36); }

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