Html Css Color HEX #BE2023 Fire Engine Red

📋 copy color: '#BE2023'

red 190 ◦ green 32 ◦ blue 35

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

Shades of Fire Engine Red #BE2023

Tints of Fire Engine Red #BE2023

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.45%

 BLUE value IS 35 (14.06% from 255) = 13.62%

R = 73.93%
G = 12.45%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE2023 (or 0xBE2023) is known color: Fire Engine Red. HEX triplet: BE, 20 and 23. RGB value is (190,32,35). Sum of RGB (Red+Green+Blue) = 190+32+35=257 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.93% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 35 (14.06% from 255 or 13.62% from 257); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2023 is #41DFDC. Grayscale: #4F4F4F. Windows color (decimal): -4317149 or 2302142. OLE color: 2302142.

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

Color convert

RGB 190 32 35 -
CMYK 0 0.83 0.82 0.25
HSL 358.86º 0.71% 0.44% -
HSV(B) 358.86º 0.83% 0.75% -
XYZ 22.06 12.1 2.76 -
YUV 79.58 102.85 206.76 -
System Red Green Blue C M Y K H S L
Decimal 190 32 35 0 0.83 0.82 0.25 358.86 0.71 0.44
Hex BE 20 23 0 53 52 19 167 47 2C
Octal 276 40 43 0 123 122 31 547 107 54
Binary 10111110 100000 100011 0 1010011 1010010 11001 101100111 1000111 101100

Color Harmonies of #BE2023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2023

Black with #BE2023

Text Example


Text Example

White with #BE2023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2023; }

 p { color: rgb(190,32,35); }

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

background-color css

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

 a { background-color: rgb(190,32,35); }

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

border-color css

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

 span { border-color: rgb(190,32,35); }

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