Html Css Color HEX #BE1427 Fire Engine Red

📋 copy color: '#BE1427'

red 190 ◦ green 20 ◦ blue 39

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

Shades of Fire Engine Red #BE1427

Tints of Fire Engine Red #BE1427

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.03%

 BLUE value IS 39 (15.63% from 255) = 15.66%

R = 76.31%
G = 8.03%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE1427 (or 0xBE1427) is known color: Fire Engine Red. HEX triplet: BE, 14 and 27. RGB value is (190,20,39). Sum of RGB (Red+Green+Blue) = 190+20+39=249 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.31% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1427 is #41EBD8. Grayscale: #494949. Windows color (decimal): -4320217 or 2561214. OLE color: 2561214.

HSL color Cylindrical-coordinate representation of color #BE1427: hue angle of 353.29º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE1427 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 20 39 -
CMYK 0 0.89 0.79 0.25
HSL 353.29º 0.81% 0.41% -
HSV(B) 353.29º 0.89% 0.75% -
XYZ 21.85 11.59 3.01 -
YUV 73 108.82 211.46 -
System Red Green Blue C M Y K H S L
Decimal 190 20 39 0 0.89 0.79 0.25 353.29 0.81 0.41
Hex BE 14 27 0 59 4F 19 161 51 29
Octal 276 24 47 0 131 117 31 541 121 51
Binary 10111110 10100 100111 0 1011001 1001111 11001 101100001 1010001 101001

Color Harmonies of #BE1427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1427

Black with #BE1427

Text Example


Text Example

White with #BE1427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1427; }

 p { color: rgb(190,20,39); }

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

background-color css

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

 a { background-color: rgb(190,20,39); }

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

border-color css

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

 span { border-color: rgb(190,20,39); }

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