Html Css Color HEX #BF2215 Fire Brick

📋 copy color: '#BF2215'

red 191 ◦ green 34 ◦ blue 21

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

Shades of Fire Brick #BF2215

Tints of Fire Brick #BF2215

RGB

 RED value IS 191 (75% from 255) = 77.64%

 GREEN value IS 34 (13.67% from 255) = 13.82%

 BLUE value IS 21 (8.59% from 255) = 8.54%

R = 77.64%
G = 13.82%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BF2215 (or 0xBF2215) is known color: Fire Brick. HEX triplet: BF, 22 and 15. RGB value is (191,34,21). Sum of RGB (Red+Green+Blue) = 191+34+21=246 (32% of max value = 765). Red value is 191 (75% from 255 or 77.64% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2215 is #40DDEA. Grayscale: #4F4F4F. Windows color (decimal): -4251115 or 1385151. OLE color: 1385151.

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

Color convert

RGB 191 34 21 -
CMYK 0 0.82 0.89 0.25
HSL 4.59º 0.8% 0.42% -
HSV(B) 4.59º 0.89% 0.75% -
XYZ 22.19 12.27 1.91 -
YUV 79.46 95.01 207.56 -
System Red Green Blue C M Y K H S L
Decimal 191 34 21 0 0.82 0.89 0.25 4.59 0.8 0.42
Hex BF 22 15 0 52 59 19 5 50 2A
Octal 277 42 25 0 122 131 31 5 120 52
Binary 10111111 100010 10101 0 1010010 1011001 11001 101 1010000 101010

Color Harmonies of #BF2215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2215

Black with #BF2215

Text Example


Text Example

White with #BF2215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2215; }

 p { color: rgb(191,34,21); }

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

background-color css

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

 a { background-color: rgb(191,34,21); }

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

border-color css

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

 span { border-color: rgb(191,34,21); }

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