Html Css Color HEX #BE1823 Fire Engine Red

📋 copy color: '#BE1823'

red 190 ◦ green 24 ◦ blue 35

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

Shades of Fire Engine Red #BE1823

Tints of Fire Engine Red #BE1823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.06%

R = 76.31%
G = 9.64%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE1823 (or 0xBE1823) is known color: Fire Engine Red. HEX triplet: BE, 18 and 23. RGB value is (190,24,35). Sum of RGB (Red+Green+Blue) = 190+24+35=249 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.31% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1823 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1823 is #41E7DC. Grayscale: #4B4B4B. Windows color (decimal): -4319197 or 2300094. OLE color: 2300094.

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

Color convert

RGB 190 24 35 -
CMYK 0 0.87 0.82 0.25
HSL 356.02º 0.78% 0.42% -
HSV(B) 356.02º 0.87% 0.75% -
XYZ 21.87 11.72 2.7 -
YUV 74.89 105.5 210.11 -
System Red Green Blue C M Y K H S L
Decimal 190 24 35 0 0.87 0.82 0.25 356.02 0.78 0.42
Hex BE 18 23 0 57 52 19 164 4E 2A
Octal 276 30 43 0 127 122 31 544 116 52
Binary 10111110 11000 100011 0 1010111 1010010 11001 101100100 1001110 101010

Color Harmonies of #BE1823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1823

Black with #BE1823

Text Example


Text Example

White with #BE1823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1823; }

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

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

background-color css

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

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

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

border-color css

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

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

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