Html Css Color HEX #BE2117 Fire Brick

📋 copy color: '#BE2117'

red 190 ◦ green 33 ◦ blue 23

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

Shades of Fire Brick #BE2117

Tints of Fire Brick #BE2117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.41%

 BLUE value IS 23 (9.38% from 255) = 9.35%

R = 77.24%
G = 13.41%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BE2117 (or 0xBE2117) is known color: Fire Brick. HEX triplet: BE, 21 and 17. RGB value is (190,33,23). Sum of RGB (Red+Green+Blue) = 190+33+23=246 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.24% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2117 is #41DEE8. Grayscale: #4F4F4F. Windows color (decimal): -4316905 or 1515966. OLE color: 1515966.

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

Color convert

RGB 190 33 23 -
CMYK 0 0.83 0.88 0.25
HSL 3.59º 0.78% 0.42% -
HSV(B) 3.59º 0.88% 0.75% -
XYZ 21.93 12.1 1.99 -
YUV 78.8 96.51 207.31 -
System Red Green Blue C M Y K H S L
Decimal 190 33 23 0 0.83 0.88 0.25 3.59 0.78 0.42
Hex BE 21 17 0 53 58 19 4 4E 2A
Octal 276 41 27 0 123 130 31 4 116 52
Binary 10111110 100001 10111 0 1010011 1011000 11001 100 1001110 101010

Color Harmonies of #BE2117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2117

Black with #BE2117

Text Example


Text Example

White with #BE2117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2117; }

 p { color: rgb(190,33,23); }

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

background-color css

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

 a { background-color: rgb(190,33,23); }

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

border-color css

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

 span { border-color: rgb(190,33,23); }

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