Html Css Color HEX #BE181F Fire Engine Red

📋 copy color: '#BE181F'

red 190 ◦ green 24 ◦ blue 31

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

Shades of Fire Engine Red #BE181F

Tints of Fire Engine Red #BE181F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.65%

R = 77.55%
G = 9.8%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE181F (or 0xBE181F) is known color: Fire Engine Red. HEX triplet: BE, 18 and 1F. RGB value is (190,24,31). Sum of RGB (Red+Green+Blue) = 190+24+31=245 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.55% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 190 - color contains mainly: red. Hex color #BE181F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE181F is #41E7E0. Grayscale: #4A4A4A. Windows color (decimal): -4319201 or 2037950. OLE color: 2037950.

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

Color convert

RGB 190 24 31 -
CMYK 0 0.87 0.84 0.25
HSL 357.47º 0.78% 0.42% -
HSV(B) 357.47º 0.87% 0.75% -
XYZ 21.81 11.7 2.41 -
YUV 74.43 103.5 210.43 -
System Red Green Blue C M Y K H S L
Decimal 190 24 31 0 0.87 0.84 0.25 357.47 0.78 0.42
Hex BE 18 1F 0 57 54 19 165 4E 2A
Octal 276 30 37 0 127 124 31 545 116 52
Binary 10111110 11000 11111 0 1010111 1010100 11001 101100101 1001110 101010

Color Harmonies of #BE181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE181F

Black with #BE181F

Text Example


Text Example

White with #BE181F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE181F; }

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

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

background-color css

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

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

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

border-color css

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

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

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