Html Css Color HEX #BE1323 Fire Engine Red

📋 copy color: '#BE1323'

red 190 ◦ green 19 ◦ blue 35

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

Shades of Fire Engine Red #BE1323

Tints of Fire Engine Red #BE1323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.79%

 BLUE value IS 35 (14.06% from 255) = 14.34%

R = 77.87%
G = 7.79%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE1323 (or 0xBE1323) is known color: Fire Engine Red. HEX triplet: BE, 13 and 23. RGB value is (190,19,35). Sum of RGB (Red+Green+Blue) = 190+19+35=244 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.87% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1323 is #41ECDC. Grayscale: #484848. Windows color (decimal): -4320477 or 2298814. OLE color: 2298814.

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

Color convert

RGB 190 19 35 -
CMYK 0 0.90 0.82 0.25
HSL 354.39º 0.82% 0.41% -
HSV(B) 354.39º 0.9% 0.75% -
XYZ 21.77 11.53 2.67 -
YUV 71.95 107.15 212.2 -
System Red Green Blue C M Y K H S L
Decimal 190 19 35 0 0.90 0.82 0.25 354.39 0.82 0.41
Hex BE 13 23 0 5A 52 19 162 52 29
Octal 276 23 43 0 132 122 31 542 122 51
Binary 10111110 10011 100011 0 1011010 1010010 11001 101100010 1010010 101001

Color Harmonies of #BE1323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1323

Black with #BE1323

Text Example


Text Example

White with #BE1323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1323; }

 p { color: rgb(190,19,35); }

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

background-color css

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

 a { background-color: rgb(190,19,35); }

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

border-color css

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

 span { border-color: rgb(190,19,35); }

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