Html Css Color HEX #BF2217 Fire Brick

📋 copy color: '#BF2217'

red 191 ◦ green 34 ◦ blue 23

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

Shades of Fire Brick #BF2217

Tints of Fire Brick #BF2217

RGB

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

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

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

R = 77.02%
G = 13.71%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF2217 (or 0xBF2217) is known color: Fire Brick. HEX triplet: BF, 22 and 17. RGB value is (191,34,23). Sum of RGB (Red+Green+Blue) = 191+34+23=248 (32% of max value = 765). Red value is 191 (75% from 255 or 77.02% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2217 is #40DDE8. Grayscale: #4F4F4F. Windows color (decimal): -4251113 or 1516223. OLE color: 1516223.

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

Color convert

RGB 191 34 23 -
CMYK 0 0.82 0.88 0.25
HSL 3.93º 0.79% 0.42% -
HSV(B) 3.93º 0.88% 0.75% -
XYZ 22.21 12.28 2.01 -
YUV 79.69 96.01 207.39 -
System Red Green Blue C M Y K H S L
Decimal 191 34 23 0 0.82 0.88 0.25 3.93 0.79 0.42
Hex BF 22 17 0 52 58 19 4 4F 2A
Octal 277 42 27 0 122 130 31 4 117 52
Binary 10111111 100010 10111 0 1010010 1011000 11001 100 1001111 101010

Color Harmonies of #BF2217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2217

Black with #BF2217

Text Example


Text Example

White with #BF2217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2217; }

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

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

background-color css

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

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

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

border-color css

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

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

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