Html Css Color HEX #BE1429 Fire Engine Red

📋 copy color: '#BE1429'

red 190 ◦ green 20 ◦ blue 41

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

Shades of Fire Engine Red #BE1429

Tints of Fire Engine Red #BE1429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.33%

R = 75.7%
G = 7.97%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE1429 (or 0xBE1429) is known color: Fire Engine Red. HEX triplet: BE, 14 and 29. RGB value is (190,20,41). Sum of RGB (Red+Green+Blue) = 190+20+41=251 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.70% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1429 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1429 is #41EBD6. Grayscale: #494949. Windows color (decimal): -4320215 or 2692286. OLE color: 2692286.

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

Color convert

RGB 190 20 41 -
CMYK 0 0.89 0.78 0.25
HSL 352.59º 0.81% 0.41% -
HSV(B) 352.59º 0.89% 0.75% -
XYZ 21.89 11.61 3.18 -
YUV 73.22 109.82 211.29 -
System Red Green Blue C M Y K H S L
Decimal 190 20 41 0 0.89 0.78 0.25 352.59 0.81 0.41
Hex BE 14 29 0 59 4E 19 161 51 29
Octal 276 24 51 0 131 116 31 541 121 51
Binary 10111110 10100 101001 0 1011001 1001110 11001 101100001 1010001 101001

Color Harmonies of #BE1429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1429

Black with #BE1429

Text Example


Text Example

White with #BE1429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1429; }

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

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

background-color css

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

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

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

border-color css

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

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

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