Html Css Color HEX #BE2224 Fire Engine Red

📋 copy color: '#BE2224'

red 190 ◦ green 34 ◦ blue 36

#BE2224
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #BE2224

Tints of Fire Engine Red #BE2224

RGB

 RED value IS 190 (74.61% from 255) = 73.08%

 GREEN value IS 34 (13.67% from 255) = 13.08%

 BLUE value IS 36 (14.45% from 255) = 13.85%

R = 73.08%
G = 13.08%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE2224 (or 0xBE2224) is known color: Fire Engine Red. HEX triplet: BE, 22 and 24. RGB value is (190,34,36). Sum of RGB (Red+Green+Blue) = 190+34+36=260 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.08% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2224 is #41DDDB. Grayscale: #515151. Windows color (decimal): -4316636 or 2368190. OLE color: 2368190.

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

Color convert

RGB 190 34 36 -
CMYK 0 0.82 0.81 0.25
HSL 359.23º 0.7% 0.44% -
HSV(B) 359.23º 0.82% 0.75% -
XYZ 22.13 12.22 2.86 -
YUV 80.87 102.68 205.84 -
System Red Green Blue C M Y K H S L
Decimal 190 34 36 0 0.82 0.81 0.25 359.23 0.7 0.44
Hex BE 22 24 0 52 51 19 167 46 2C
Octal 276 42 44 0 122 121 31 547 106 54
Binary 10111110 100010 100100 0 1010010 1010001 11001 101100111 1000110 101100

Color Harmonies of #BE2224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2224

Black with #BE2224

Text Example


Text Example

White with #BE2224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2224; }

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

 H1.HeaderClassName
 {
   color: #BE2224;
 }
 .AnyTagClassName
 {
   color: #BE2224;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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