Html Css Color HEX #BF2117 Fire Brick

📋 copy color: '#BF2117'

red 191 ◦ green 33 ◦ blue 23

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

Shades of Fire Brick #BF2117

Tints of Fire Brick #BF2117

RGB

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

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

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

R = 77.33%
G = 13.36%
B = 9.31%

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

#BF2117 (or 0xBF2117) is known color: Fire Brick. HEX triplet: BF, 21 and 17. RGB value is (191,33,23). Sum of RGB (Red+Green+Blue) = 191+33+23=247 (32% of max value = 765). Red value is 191 (75% from 255 or 77.33% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2117 is #40DEE8. Grayscale: #4F4F4F. Windows color (decimal): -4251369 or 1515967. OLE color: 1515967.

HSL color Cylindrical-coordinate representation of color #BF2117: hue angle of 3.57º degrees, saturation: 0.79, 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 #BF2117 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 33 23 -
CMYK 0 0.83 0.88 0.25
HSL 3.57º 0.79% 0.42% -
HSV(B) 3.57º 0.88% 0.75% -
XYZ 22.18 12.23 2 -
YUV 79.1 96.35 207.81 -
System Red Green Blue C M Y K H S L
Decimal 191 33 23 0 0.83 0.88 0.25 3.57 0.79 0.42
Hex BF 21 17 0 53 58 19 4 4F 2A
Octal 277 41 27 0 123 130 31 4 117 52
Binary 10111111 100001 10111 0 1010011 1011000 11001 100 1001111 101010

Color Harmonies of #BF2117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2117

Black with #BF2117

Text Example


Text Example

White with #BF2117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2117; }

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

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

background-color css

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

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

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

border-color css

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

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

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