Html Css Color HEX #BE151A Fire Engine Red

📋 copy color: '#BE151A'

red 190 ◦ green 21 ◦ blue 26

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

Shades of Fire Engine Red #BE151A

Tints of Fire Engine Red #BE151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.86%

 BLUE value IS 26 (10.55% from 255) = 10.97%

R = 80.17%
G = 8.86%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE151A (or 0xBE151A) is known color: Fire Engine Red. HEX triplet: BE, 15 and 1A. RGB value is (190,21,26). Sum of RGB (Red+Green+Blue) = 190+21+26=237 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.17% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 190 - color contains mainly: red. Hex color #BE151A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE151A is #41EAE5. Grayscale: #484848. Windows color (decimal): -4319974 or 1709502. OLE color: 1709502.

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

Color convert

RGB 190 21 26 -
CMYK 0 0.89 0.86 0.25
HSL 358.22º 0.8% 0.41% -
HSV(B) 358.22º 0.89% 0.75% -
XYZ 21.69 11.56 2.07 -
YUV 72.1 101.99 212.09 -
System Red Green Blue C M Y K H S L
Decimal 190 21 26 0 0.89 0.86 0.25 358.22 0.8 0.41
Hex BE 15 1A 0 59 56 19 166 50 29
Octal 276 25 32 0 131 126 31 546 120 51
Binary 10111110 10101 11010 0 1011001 1010110 11001 101100110 1010000 101001

Color Harmonies of #BE151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE151A

Black with #BE151A

Text Example


Text Example

White with #BE151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE151A; }

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

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

background-color css

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

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

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

border-color css

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

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

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