Html Css Color HEX #BE2425 Fire Engine Red

📋 copy color: '#BE2425'

red 190 ◦ green 36 ◦ blue 37

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

Shades of Fire Engine Red #BE2425

Tints of Fire Engine Red #BE2425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.69%

 BLUE value IS 37 (14.84% from 255) = 14.07%

R = 72.24%
G = 13.69%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE2425 (or 0xBE2425) is known color: Fire Engine Red. HEX triplet: BE, 24 and 25. RGB value is (190,36,37). Sum of RGB (Red+Green+Blue) = 190+36+37=263 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.24% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2425 is #41DBDA. Grayscale: #525252. Windows color (decimal): -4316123 or 2434238. OLE color: 2434238.

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

Color convert

RGB 190 36 37 -
CMYK 0 0.81 0.81 0.25
HSL 359.61º 0.68% 0.44% -
HSV(B) 359.61º 0.81% 0.75% -
XYZ 22.2 12.34 2.96 -
YUV 82.16 102.52 204.92 -
System Red Green Blue C M Y K H S L
Decimal 190 36 37 0 0.81 0.81 0.25 359.61 0.68 0.44
Hex BE 24 25 0 51 51 19 168 44 2C
Octal 276 44 45 0 121 121 31 550 104 54
Binary 10111110 100100 100101 0 1010001 1010001 11001 101101000 1000100 101100

Color Harmonies of #BE2425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2425

Black with #BE2425

Text Example


Text Example

White with #BE2425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2425; }

 p { color: rgb(190,36,37); }

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

background-color css

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

 a { background-color: rgb(190,36,37); }

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

border-color css

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

 span { border-color: rgb(190,36,37); }

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