Html Css Color HEX #BE1024 Fire Engine Red

📋 copy color: '#BE1024'

red 190 ◦ green 16 ◦ blue 36

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

Shades of Fire Engine Red #BE1024

Tints of Fire Engine Red #BE1024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.61%

 BLUE value IS 36 (14.45% from 255) = 14.88%

R = 78.51%
G = 6.61%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE1024 (or 0xBE1024) is known color: Fire Engine Red. HEX triplet: BE, 10 and 24. RGB value is (190,16,36). Sum of RGB (Red+Green+Blue) = 190+16+36=242 (32% of max value = 765). Red value is 190 (74.61% from 255 or 78.51% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1024 is #41EFDB. Grayscale: #464646. Windows color (decimal): -4321244 or 2363582. OLE color: 2363582.

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

Color convert

RGB 190 16 36 -
CMYK 0 0.92 0.81 0.25
HSL 353.1º 0.84% 0.4% -
HSV(B) 353.1º 0.92% 0.75% -
XYZ 21.74 11.45 2.73 -
YUV 70.31 108.65 213.37 -
System Red Green Blue C M Y K H S L
Decimal 190 16 36 0 0.92 0.81 0.25 353.1 0.84 0.4
Hex BE 10 24 0 5C 51 19 161 54 28
Octal 276 20 44 0 134 121 31 541 124 50
Binary 10111110 10000 100100 0 1011100 1010001 11001 101100001 1010100 101000

Color Harmonies of #BE1024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1024

Black with #BE1024

Text Example


Text Example

White with #BE1024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1024; }

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

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

background-color css

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

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

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

border-color css

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

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

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