Html Css Color HEX #BE2124 Fire Engine Red

📋 copy color: '#BE2124'

red 190 ◦ green 33 ◦ blue 36

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

Shades of Fire Engine Red #BE2124

Tints of Fire Engine Red #BE2124

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.74%

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

R = 73.36%
G = 12.74%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE2124 (or 0xBE2124) is known color: Fire Engine Red. HEX triplet: BE, 21 and 24. RGB value is (190,33,36). Sum of RGB (Red+Green+Blue) = 190+33+36=259 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.36% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 36 (14.45% from 255 or 13.90% from 259); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2124 is #41DEDB. Grayscale: #505050. Windows color (decimal): -4316892 or 2367934. OLE color: 2367934.

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

Color convert

RGB 190 33 36 -
CMYK 0 0.83 0.81 0.25
HSL 358.85º 0.7% 0.44% -
HSV(B) 358.85º 0.83% 0.75% -
XYZ 22.1 12.16 2.85 -
YUV 80.29 103.01 206.26 -
System Red Green Blue C M Y K H S L
Decimal 190 33 36 0 0.83 0.81 0.25 358.85 0.7 0.44
Hex BE 21 24 0 53 51 19 167 46 2C
Octal 276 41 44 0 123 121 31 547 106 54
Binary 10111110 100001 100100 0 1010011 1010001 11001 101100111 1000110 101100

Color Harmonies of #BE2124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2124

Black with #BE2124

Text Example


Text Example

White with #BE2124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2124; }

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

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

background-color css

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

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

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

border-color css

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

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

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