Html Css Color HEX #BE1A26 Fire Engine Red

📋 copy color: '#BE1A26'

red 190 ◦ green 26 ◦ blue 38

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

Shades of Fire Engine Red #BE1A26

Tints of Fire Engine Red #BE1A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.96%

R = 74.8%
G = 10.24%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.8

 K value IS 0.25

RGB Variations

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

Color information

#BE1A26 (or 0xBE1A26) is known color: Fire Engine Red. HEX triplet: BE, 1A and 26. RGB value is (190,26,38). Sum of RGB (Red+Green+Blue) = 190+26+38=254 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.80% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1A26 is #41E5D9. Grayscale: #4C4C4C. Windows color (decimal): -4318682 or 2497214. OLE color: 2497214.

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

Color convert

RGB 190 26 38 -
CMYK 0 0.86 0.8 0.25
HSL 355.61º 0.76% 0.42% -
HSV(B) 355.61º 0.86% 0.75% -
XYZ 21.95 11.83 2.96 -
YUV 76.4 106.33 209.02 -
System Red Green Blue C M Y K H S L
Decimal 190 26 38 0 0.86 0.8 0.25 355.61 0.76 0.42
Hex BE 1A 26 0 56 50 19 164 4C 2A
Octal 276 32 46 0 126 120 31 544 114 52
Binary 10111110 11010 100110 0 1010110 1010000 11001 101100100 1001100 101010

Color Harmonies of #BE1A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1A26

Black with #BE1A26

Text Example


Text Example

White with #BE1A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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