Html Css Color HEX #BE181D Fire Engine Red

📋 copy color: '#BE181D'

red 190 ◦ green 24 ◦ blue 29

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

Shades of Fire Engine Red #BE181D

Tints of Fire Engine Red #BE181D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.93%

R = 78.19%
G = 9.88%
B = 11.93%

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

#BE181D (or 0xBE181D) is known color: Fire Engine Red. HEX triplet: BE, 18 and 1D. RGB value is (190,24,29). Sum of RGB (Red+Green+Blue) = 190+24+29=243 (32% of max value = 765). Red value is 190 (74.61% from 255 or 78.19% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 190 - color contains mainly: red. Hex color #BE181D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE181D is #41E7E2. Grayscale: #4A4A4A. Windows color (decimal): -4319203 or 1906878. OLE color: 1906878.

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

Color convert

RGB 190 24 29 -
CMYK 0 0.87 0.85 0.25
HSL 358.19º 0.78% 0.42% -
HSV(B) 358.19º 0.87% 0.75% -
XYZ 21.78 11.69 2.27 -
YUV 74.2 102.5 210.59 -
System Red Green Blue C M Y K H S L
Decimal 190 24 29 0 0.87 0.85 0.25 358.19 0.78 0.42
Hex BE 18 1D 0 57 55 19 166 4E 2A
Octal 276 30 35 0 127 125 31 546 116 52
Binary 10111110 11000 11101 0 1010111 1010101 11001 101100110 1001110 101010

Color Harmonies of #BE181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE181D

Black with #BE181D

Text Example


Text Example

White with #BE181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE181D; }

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

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

background-color css

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

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

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

border-color css

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

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

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