Html Css Color HEX #BE1619 Fire Engine Red

📋 copy color: '#BE1619'

red 190 ◦ green 22 ◦ blue 25

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

Shades of Fire Engine Red #BE1619

Tints of Fire Engine Red #BE1619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.55%

R = 80.17%
G = 9.28%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BE1619 (or 0xBE1619) is known color: Fire Engine Red. HEX triplet: BE, 16 and 19. RGB value is (190,22,25). Sum of RGB (Red+Green+Blue) = 190+22+25=237 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.17% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE1619 is #41E9E6. Grayscale: #484848. Windows color (decimal): -4319719 or 1644222. OLE color: 1644222.

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

Color convert

RGB 190 22 25 -
CMYK 0 0.88 0.87 0.25
HSL 358.93º 0.79% 0.42% -
HSV(B) 358.93º 0.88% 0.75% -
XYZ 21.7 11.59 2.01 -
YUV 72.57 101.16 211.76 -
System Red Green Blue C M Y K H S L
Decimal 190 22 25 0 0.88 0.87 0.25 358.93 0.79 0.42
Hex BE 16 19 0 58 57 19 167 4F 2A
Octal 276 26 31 0 130 127 31 547 117 52
Binary 10111110 10110 11001 0 1011000 1010111 11001 101100111 1001111 101010

Color Harmonies of #BE1619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1619

Black with #BE1619

Text Example


Text Example

White with #BE1619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1619; }

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

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

background-color css

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

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

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

border-color css

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

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

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