Html Css Color HEX #BE1E22 Fire Engine Red

📋 copy color: '#BE1E22'

red 190 ◦ green 30 ◦ blue 34

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

Shades of Fire Engine Red #BE1E22

Tints of Fire Engine Red #BE1E22

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.81%

 BLUE value IS 34 (13.67% from 255) = 13.39%

R = 74.8%
G = 11.81%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE1E22 (or 0xBE1E22) is known color: Fire Engine Red. HEX triplet: BE, 1E and 22. RGB value is (190,30,34). Sum of RGB (Red+Green+Blue) = 190+30+34=254 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.80% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 34 (13.67% from 255 or 13.39% from 254); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1E22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1E22 is #41E1DD. Grayscale: #4E4E4E. Windows color (decimal): -4317662 or 2236094. OLE color: 2236094.

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

Color convert

RGB 190 30 34 -
CMYK 0 0.84 0.82 0.25
HSL 358.5º 0.73% 0.43% -
HSV(B) 358.5º 0.84% 0.75% -
XYZ 21.99 11.99 2.67 -
YUV 78.3 103.01 207.67 -
System Red Green Blue C M Y K H S L
Decimal 190 30 34 0 0.84 0.82 0.25 358.5 0.73 0.43
Hex BE 1E 22 0 54 52 19 166 49 2B
Octal 276 36 42 0 124 122 31 546 111 53
Binary 10111110 11110 100010 0 1010100 1010010 11001 101100110 1001001 101011

Color Harmonies of #BE1E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1E22

Black with #BE1E22

Text Example


Text Example

White with #BE1E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1E22; }

 p { color: rgb(190,30,34); }

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

background-color css

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

 a { background-color: rgb(190,30,34); }

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

border-color css

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

 span { border-color: rgb(190,30,34); }

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