Html Css Color HEX #BE1A1D Fire Engine Red

📋 copy color: '#BE1A1D'

red 190 ◦ green 26 ◦ blue 29

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

Shades of Fire Engine Red #BE1A1D

Tints of Fire Engine Red #BE1A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.84%

R = 77.55%
G = 10.61%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE1A1D (or 0xBE1A1D) is known color: Fire Engine Red. HEX triplet: BE, 1A and 1D. RGB value is (190,26,29). Sum of RGB (Red+Green+Blue) = 190+26+29=245 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.55% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1A1D is #41E5E2. Grayscale: #4B4B4B. Windows color (decimal): -4318691 or 1907390. OLE color: 1907390.

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

Color convert

RGB 190 26 29 -
CMYK 0 0.86 0.85 0.25
HSL 358.9º 0.76% 0.42% -
HSV(B) 358.9º 0.86% 0.75% -
XYZ 21.83 11.77 2.28 -
YUV 75.38 101.83 209.76 -
System Red Green Blue C M Y K H S L
Decimal 190 26 29 0 0.86 0.85 0.25 358.9 0.76 0.42
Hex BE 1A 1D 0 56 55 19 167 4C 2A
Octal 276 32 35 0 126 125 31 547 114 52
Binary 10111110 11010 11101 0 1010110 1010101 11001 101100111 1001100 101010

Color Harmonies of #BE1A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1A1D

Black with #BE1A1D

Text Example


Text Example

White with #BE1A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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