Html Css Color HEX #BF2214 Fire Brick

📋 copy color: '#BF2214'

red 191 ◦ green 34 ◦ blue 20

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

Shades of Fire Brick #BF2214

Tints of Fire Brick #BF2214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.16%

R = 77.96%
G = 13.88%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF2214 (or 0xBF2214) is known color: Fire Brick. HEX triplet: BF, 22 and 14. RGB value is (191,34,20). Sum of RGB (Red+Green+Blue) = 191+34+20=245 (32% of max value = 765). Red value is 191 (75% from 255 or 77.96% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2214 is #40DDEB. Grayscale: #4F4F4F. Windows color (decimal): -4251116 or 1319615. OLE color: 1319615.

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

Color convert

RGB 191 34 20 -
CMYK 0 0.82 0.90 0.25
HSL 4.91º 0.81% 0.41% -
HSV(B) 4.91º 0.9% 0.75% -
XYZ 22.18 12.27 1.86 -
YUV 79.35 94.51 207.64 -
System Red Green Blue C M Y K H S L
Decimal 191 34 20 0 0.82 0.90 0.25 4.91 0.81 0.41
Hex BF 22 14 0 52 5A 19 5 51 29
Octal 277 42 24 0 122 132 31 5 121 51
Binary 10111111 100010 10100 0 1010010 1011010 11001 101 1010001 101001

Color Harmonies of #BF2214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2214

Black with #BF2214

Text Example


Text Example

White with #BF2214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2214; }

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

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

background-color css

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

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

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

border-color css

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

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

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