Html Css Color HEX #BE171D Fire Engine Red

📋 copy color: '#BE171D'

red 190 ◦ green 23 ◦ blue 29

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

Shades of Fire Engine Red #BE171D

Tints of Fire Engine Red #BE171D

RGB

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

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

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

R = 78.51%
G = 9.5%
B = 11.98%

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

#BE171D (or 0xBE171D) is known color: Fire Engine Red. HEX triplet: BE, 17 and 1D. RGB value is (190,23,29). Sum of RGB (Red+Green+Blue) = 190+23+29=242 (32% of max value = 765). Red value is 190 (74.61% from 255 or 78.51% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 190 - color contains mainly: red. Hex color #BE171D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE171D is #41E8E2. Grayscale: #494949. Windows color (decimal): -4319459 or 1906622. OLE color: 1906622.

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

Color convert

RGB 190 23 29 -
CMYK 0 0.88 0.85 0.25
HSL 357.84º 0.78% 0.42% -
HSV(B) 357.84º 0.88% 0.75% -
XYZ 21.76 11.65 2.26 -
YUV 73.62 102.83 211.01 -
System Red Green Blue C M Y K H S L
Decimal 190 23 29 0 0.88 0.85 0.25 357.84 0.78 0.42
Hex BE 17 1D 0 58 55 19 166 4E 2A
Octal 276 27 35 0 130 125 31 546 116 52
Binary 10111110 10111 11101 0 1011000 1010101 11001 101100110 1001110 101010

Color Harmonies of #BE171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE171D

Black with #BE171D

Text Example


Text Example

White with #BE171D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE171D; }

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

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

background-color css

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

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

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

border-color css

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

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

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