Html Css Color HEX #BE1A28 Fire Engine Red

📋 copy color: '#BE1A28'

red 190 ◦ green 26 ◦ blue 40

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

Shades of Fire Engine Red #BE1A28

Tints of Fire Engine Red #BE1A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.63%

R = 74.22%
G = 10.16%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE1A28 (or 0xBE1A28) is known color: Fire Engine Red. HEX triplet: BE, 1A and 28. RGB value is (190,26,40). Sum of RGB (Red+Green+Blue) = 190+26+40=256 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.22% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1A28 is #41E5D7. Grayscale: #4C4C4C. Windows color (decimal): -4318680 or 2628286. OLE color: 2628286.

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

Color convert

RGB 190 26 40 -
CMYK 0 0.86 0.79 0.25
HSL 354.88º 0.76% 0.42% -
HSV(B) 354.88º 0.86% 0.75% -
XYZ 21.99 11.84 3.13 -
YUV 76.63 107.33 208.86 -
System Red Green Blue C M Y K H S L
Decimal 190 26 40 0 0.86 0.79 0.25 354.88 0.76 0.42
Hex BE 1A 28 0 56 4F 19 163 4C 2A
Octal 276 32 50 0 126 117 31 543 114 52
Binary 10111110 11010 101000 0 1010110 1001111 11001 101100011 1001100 101010

Color Harmonies of #BE1A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1A28

Black with #BE1A28

Text Example


Text Example

White with #BE1A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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