Html Css Color HEX #BE1127 Fire Engine Red

📋 copy color: '#BE1127'

red 190 ◦ green 17 ◦ blue 39

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

Shades of Fire Engine Red #BE1127

Tints of Fire Engine Red #BE1127

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.91%

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

R = 77.24%
G = 6.91%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE1127 (or 0xBE1127) is known color: Fire Engine Red. HEX triplet: BE, 11 and 27. RGB value is (190,17,39). Sum of RGB (Red+Green+Blue) = 190+17+39=246 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.24% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1127 is #41EED8. Grayscale: #474747. Windows color (decimal): -4320985 or 2560446. OLE color: 2560446.

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

Color convert

RGB 190 17 39 -
CMYK 0 0.91 0.79 0.25
HSL 352.37º 0.84% 0.41% -
HSV(B) 352.37º 0.91% 0.75% -
XYZ 21.8 11.49 2.99 -
YUV 71.24 109.81 212.71 -
System Red Green Blue C M Y K H S L
Decimal 190 17 39 0 0.91 0.79 0.25 352.37 0.84 0.41
Hex BE 11 27 0 5B 4F 19 160 54 29
Octal 276 21 47 0 133 117 31 540 124 51
Binary 10111110 10001 100111 0 1011011 1001111 11001 101100000 1010100 101001

Color Harmonies of #BE1127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1127

Black with #BE1127

Text Example


Text Example

White with #BE1127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1127; }

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

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

background-color css

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

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

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

border-color css

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

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

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