Html Css Color HEX #BE1420 Fire Engine Red

📋 copy color: '#BE1420'

red 190 ◦ green 20 ◦ blue 32

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

Shades of Fire Engine Red #BE1420

Tints of Fire Engine Red #BE1420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.26%

 BLUE value IS 32 (12.89% from 255) = 13.22%

R = 78.51%
G = 8.26%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BE1420 (or 0xBE1420) is known color: Fire Engine Red. HEX triplet: BE, 14 and 20. RGB value is (190,20,32). Sum of RGB (Red+Green+Blue) = 190+20+32=242 (32% of max value = 765). Red value is 190 (74.61% from 255 or 78.51% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1420 is #41EBDF. Grayscale: #484848. Windows color (decimal): -4320224 or 2102462. OLE color: 2102462.

HSL color Cylindrical-coordinate representation of color #BE1420: hue angle of 355.76º degrees, saturation: 0.81, 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 #BE1420 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 20 32 -
CMYK 0 0.89 0.83 0.25
HSL 355.76º 0.81% 0.41% -
HSV(B) 355.76º 0.89% 0.75% -
XYZ 21.75 11.55 2.45 -
YUV 72.2 105.32 212.02 -
System Red Green Blue C M Y K H S L
Decimal 190 20 32 0 0.89 0.83 0.25 355.76 0.81 0.41
Hex BE 14 20 0 59 53 19 164 51 29
Octal 276 24 40 0 131 123 31 544 121 51
Binary 10111110 10100 100000 0 1011001 1010011 11001 101100100 1010001 101001

Color Harmonies of #BE1420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1420

Black with #BE1420

Text Example


Text Example

White with #BE1420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1420; }

 p { color: rgb(190,20,32); }

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

background-color css

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

 a { background-color: rgb(190,20,32); }

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

border-color css

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

 span { border-color: rgb(190,20,32); }

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