Html Css Color HEX #BE1621 Fire Engine Red

📋 copy color: '#BE1621'

red 190 ◦ green 22 ◦ blue 33

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

Shades of Fire Engine Red #BE1621

Tints of Fire Engine Red #BE1621

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.98%

 BLUE value IS 33 (13.28% from 255) = 13.47%

R = 77.55%
G = 8.98%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BE1621 (or 0xBE1621) is known color: Fire Engine Red. HEX triplet: BE, 16 and 21. RGB value is (190,22,33). Sum of RGB (Red+Green+Blue) = 190+22+33=245 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.55% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1621 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1621 is #41E9DE. Grayscale: #494949. Windows color (decimal): -4319711 or 2168510. OLE color: 2168510.

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

Color convert

RGB 190 22 33 -
CMYK 0 0.88 0.83 0.25
HSL 356.07º 0.79% 0.42% -
HSV(B) 356.07º 0.88% 0.75% -
XYZ 21.8 11.63 2.53 -
YUV 73.49 105.16 211.11 -
System Red Green Blue C M Y K H S L
Decimal 190 22 33 0 0.88 0.83 0.25 356.07 0.79 0.42
Hex BE 16 21 0 58 53 19 164 4F 2A
Octal 276 26 41 0 130 123 31 544 117 52
Binary 10111110 10110 100001 0 1011000 1010011 11001 101100100 1001111 101010

Color Harmonies of #BE1621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1621

Black with #BE1621

Text Example


Text Example

White with #BE1621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1621; }

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

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

background-color css

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

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

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

border-color css

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

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

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