Html Css Color HEX #BE1A22 Fire Engine Red

📋 copy color: '#BE1A22'

red 190 ◦ green 26 ◦ blue 34

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

Shades of Fire Engine Red #BE1A22

Tints of Fire Engine Red #BE1A22

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.4%

 BLUE value IS 34 (13.67% from 255) = 13.6%

R = 76%
G = 10.4%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE1A22 (or 0xBE1A22) is known color: Fire Engine Red. HEX triplet: BE, 1A and 22. RGB value is (190,26,34). Sum of RGB (Red+Green+Blue) = 190+26+34=250 (33% of max value = 765). Red value is 190 (74.61% from 255 or 76% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1A22 is #41E5DD. Grayscale: #4C4C4C. Windows color (decimal): -4318686 or 2235070. OLE color: 2235070.

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

Color convert

RGB 190 26 34 -
CMYK 0 0.86 0.82 0.25
HSL 357.07º 0.76% 0.42% -
HSV(B) 357.07º 0.86% 0.75% -
XYZ 21.89 11.8 2.64 -
YUV 75.95 104.33 209.35 -
System Red Green Blue C M Y K H S L
Decimal 190 26 34 0 0.86 0.82 0.25 357.07 0.76 0.42
Hex BE 1A 22 0 56 52 19 165 4C 2A
Octal 276 32 42 0 126 122 31 545 114 52
Binary 10111110 11010 100010 0 1010110 1010010 11001 101100101 1001100 101010

Color Harmonies of #BE1A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1A22

Black with #BE1A22

Text Example


Text Example

White with #BE1A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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