Html Css Color HEX #BE1629 Fire Engine Red

📋 copy color: '#BE1629'

red 190 ◦ green 22 ◦ blue 41

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

Shades of Fire Engine Red #BE1629

Tints of Fire Engine Red #BE1629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.21%

R = 75.1%
G = 8.7%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE1629 (or 0xBE1629) is known color: Fire Engine Red. HEX triplet: BE, 16 and 29. RGB value is (190,22,41). Sum of RGB (Red+Green+Blue) = 190+22+41=253 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.10% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1629 is #41E9D6. Grayscale: #4A4A4A. Windows color (decimal): -4319703 or 2692798. OLE color: 2692798.

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

Color convert

RGB 190 22 41 -
CMYK 0 0.88 0.78 0.25
HSL 353.21º 0.79% 0.42% -
HSV(B) 353.21º 0.88% 0.75% -
XYZ 21.92 11.68 3.2 -
YUV 74.4 109.16 210.46 -
System Red Green Blue C M Y K H S L
Decimal 190 22 41 0 0.88 0.78 0.25 353.21 0.79 0.42
Hex BE 16 29 0 58 4E 19 161 4F 2A
Octal 276 26 51 0 130 116 31 541 117 52
Binary 10111110 10110 101001 0 1011000 1001110 11001 101100001 1001111 101010

Color Harmonies of #BE1629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1629

Black with #BE1629

Text Example


Text Example

White with #BE1629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1629; }

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

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

background-color css

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

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

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

border-color css

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

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

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