Html Css Color HEX #BE171C Fire Engine Red

📋 copy color: '#BE171C'

red 190 ◦ green 23 ◦ blue 28

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

Shades of Fire Engine Red #BE171C

Tints of Fire Engine Red #BE171C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.54%

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

R = 78.84%
G = 9.54%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE171C (or 0xBE171C) is known color: Fire Engine Red. HEX triplet: BE, 17 and 1C. RGB value is (190,23,28). Sum of RGB (Red+Green+Blue) = 190+23+28=241 (31% of max value = 765). Red value is 190 (74.61% from 255 or 78.84% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 190 - color contains mainly: red. Hex color #BE171C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE171C is #41E8E3. Grayscale: #494949. Windows color (decimal): -4319460 or 1841086. OLE color: 1841086.

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

Color convert

RGB 190 23 28 -
CMYK 0 0.88 0.85 0.25
HSL 358.2º 0.78% 0.42% -
HSV(B) 358.2º 0.88% 0.75% -
XYZ 21.75 11.64 2.2 -
YUV 73.5 102.33 211.09 -
System Red Green Blue C M Y K H S L
Decimal 190 23 28 0 0.88 0.85 0.25 358.2 0.78 0.42
Hex BE 17 1C 0 58 55 19 166 4E 2A
Octal 276 27 34 0 130 125 31 546 116 52
Binary 10111110 10111 11100 0 1011000 1010101 11001 101100110 1001110 101010

Color Harmonies of #BE171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE171C

Black with #BE171C

Text Example


Text Example

White with #BE171C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE171C; }

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

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

background-color css

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

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

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

border-color css

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

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

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