Html Css Color HEX #BE2226 Fire Engine Red

📋 copy color: '#BE2226'

red 190 ◦ green 34 ◦ blue 38

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

Shades of Fire Engine Red #BE2226

Tints of Fire Engine Red #BE2226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.5%

R = 72.52%
G = 12.98%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.8

 K value IS 0.25

RGB Variations

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

Color information

#BE2226 (or 0xBE2226) is known color: Fire Engine Red. HEX triplet: BE, 22 and 26. RGB value is (190,34,38). Sum of RGB (Red+Green+Blue) = 190+34+38=262 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.52% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2226 is #41DDD9. Grayscale: #515151. Windows color (decimal): -4316634 or 2499262. OLE color: 2499262.

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

Color convert

RGB 190 34 38 -
CMYK 0 0.82 0.8 0.25
HSL 358.46º 0.7% 0.44% -
HSV(B) 358.46º 0.82% 0.75% -
XYZ 22.16 12.23 3.03 -
YUV 81.1 103.68 205.67 -
System Red Green Blue C M Y K H S L
Decimal 190 34 38 0 0.82 0.8 0.25 358.46 0.7 0.44
Hex BE 22 26 0 52 50 19 166 46 2C
Octal 276 42 46 0 122 120 31 546 106 54
Binary 10111110 100010 100110 0 1010010 1010000 11001 101100110 1000110 101100

Color Harmonies of #BE2226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2226

Black with #BE2226

Text Example


Text Example

White with #BE2226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2226; }

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

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

background-color css

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

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

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

border-color css

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

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

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