Html Css Color HEX #BE2227 Fire Engine Red

📋 copy color: '#BE2227'

red 190 ◦ green 34 ◦ blue 39

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

Shades of Fire Engine Red #BE2227

Tints of Fire Engine Red #BE2227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.83%

R = 72.24%
G = 12.93%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE2227 (or 0xBE2227) is known color: Fire Engine Red. HEX triplet: BE, 22 and 27. RGB value is (190,34,39). Sum of RGB (Red+Green+Blue) = 190+34+39=263 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.24% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2227 is #41DDD8. Grayscale: #515151. Windows color (decimal): -4316633 or 2564798. OLE color: 2564798.

HSL color Cylindrical-coordinate representation of color #BE2227: hue angle of 358.08º 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 #BE2227 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 34 39 -
CMYK 0 0.82 0.79 0.25
HSL 358.08º 0.7% 0.44% -
HSV(B) 358.08º 0.82% 0.75% -
XYZ 22.17 12.24 3.11 -
YUV 81.21 104.18 205.59 -
System Red Green Blue C M Y K H S L
Decimal 190 34 39 0 0.82 0.79 0.25 358.08 0.7 0.44
Hex BE 22 27 0 52 4F 19 166 46 2C
Octal 276 42 47 0 122 117 31 546 106 54
Binary 10111110 100010 100111 0 1010010 1001111 11001 101100110 1000110 101100

Color Harmonies of #BE2227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2227

Black with #BE2227

Text Example


Text Example

White with #BE2227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2227; }

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

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

background-color css

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

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

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

border-color css

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

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

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