Html Css Color HEX #BE1C1D Fire Engine Red

📋 copy color: '#BE1C1D'

red 190 ◦ green 28 ◦ blue 29

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

Shades of Fire Engine Red #BE1C1D

Tints of Fire Engine Red #BE1C1D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.34%

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

R = 76.92%
G = 11.34%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE1C1D (or 0xBE1C1D) is known color: Fire Engine Red. HEX triplet: BE, 1C and 1D. RGB value is (190,28,29). Sum of RGB (Red+Green+Blue) = 190+28+29=247 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.92% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1C1D is #41E3E2. Grayscale: #4C4C4C. Windows color (decimal): -4318179 or 1907902. OLE color: 1907902.

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

Color convert

RGB 190 28 29 -
CMYK 0 0.85 0.85 0.25
HSL 359.63º 0.74% 0.43% -
HSV(B) 359.63º 0.85% 0.75% -
XYZ 21.87 11.87 2.3 -
YUV 76.55 101.17 208.92 -
System Red Green Blue C M Y K H S L
Decimal 190 28 29 0 0.85 0.85 0.25 359.63 0.74 0.43
Hex BE 1C 1D 0 55 55 19 168 4A 2B
Octal 276 34 35 0 125 125 31 550 112 53
Binary 10111110 11100 11101 0 1010101 1010101 11001 101101000 1001010 101011

Color Harmonies of #BE1C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1C1D

Black with #BE1C1D

Text Example


Text Example

White with #BE1C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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