Html Css Color HEX #BF2517 Fire Brick

📋 copy color: '#BF2517'

red 191 ◦ green 37 ◦ blue 23

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

Shades of Fire Brick #BF2517

Tints of Fire Brick #BF2517

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.74%

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

R = 76.1%
G = 14.74%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF2517 (or 0xBF2517) is known color: Fire Brick. HEX triplet: BF, 25 and 17. RGB value is (191,37,23). Sum of RGB (Red+Green+Blue) = 191+37+23=251 (33% of max value = 765). Red value is 191 (75% from 255 or 76.10% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2517 is #40DAE8. Grayscale: #515151. Windows color (decimal): -4250345 or 1516991. OLE color: 1516991.

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

Color convert

RGB 191 37 23 -
CMYK 0 0.81 0.88 0.25
HSL 0.79% 0.42% -
HSV(B) 0.88% 0.75% -
XYZ 22.3 12.46 2.04 -
YUV 81.45 95.02 206.14 -
System Red Green Blue C M Y K H S L
Decimal 191 37 23 0 0.81 0.88 0.25 5 0.79 0.42
Hex BF 25 17 0 51 58 19 5 4F 2A
Octal 277 45 27 0 121 130 31 5 117 52
Binary 10111111 100101 10111 0 1010001 1011000 11001 101 1001111 101010

Color Harmonies of #BF2517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2517

Black with #BF2517

Text Example


Text Example

White with #BF2517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2517; }

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

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

background-color css

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

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

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

border-color css

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

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

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