Html Css Color HEX #BE181C Fire Engine Red

📋 copy color: '#BE181C'

red 190 ◦ green 24 ◦ blue 28

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

Shades of Fire Engine Red #BE181C

Tints of Fire Engine Red #BE181C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.92%

 BLUE value IS 28 (11.33% from 255) = 11.57%

R = 78.51%
G = 9.92%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE181C (or 0xBE181C) is known color: Fire Engine Red. HEX triplet: BE, 18 and 1C. RGB value is (190,24,28). Sum of RGB (Red+Green+Blue) = 190+24+28=242 (32% of max value = 765). Red value is 190 (74.61% from 255 or 78.51% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 190 - color contains mainly: red. Hex color #BE181C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE181C is #41E7E3. Grayscale: #4A4A4A. Windows color (decimal): -4319204 or 1841342. OLE color: 1841342.

HSL color Cylindrical-coordinate representation of color #BE181C: hue angle of 358.55º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE181C is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 24 28 -
CMYK 0 0.87 0.85 0.25
HSL 358.55º 0.78% 0.42% -
HSV(B) 358.55º 0.87% 0.75% -
XYZ 21.77 11.68 2.21 -
YUV 74.09 102 210.67 -
System Red Green Blue C M Y K H S L
Decimal 190 24 28 0 0.87 0.85 0.25 358.55 0.78 0.42
Hex BE 18 1C 0 57 55 19 167 4E 2A
Octal 276 30 34 0 127 125 31 547 116 52
Binary 10111110 11000 11100 0 1010111 1010101 11001 101100111 1001110 101010

Color Harmonies of #BE181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE181C

Black with #BE181C

Text Example


Text Example

White with #BE181C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE181C; }

 p { color: rgb(190,24,28); }

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

background-color css

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

 a { background-color: rgb(190,24,28); }

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

border-color css

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

 span { border-color: rgb(190,24,28); }

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