Html Css Color HEX #BF1F15 Fire Brick

📋 copy color: '#BF1F15'

red 191 ◦ green 31 ◦ blue 21

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

Shades of Fire Brick #BF1F15

Tints of Fire Brick #BF1F15

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.76%

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

R = 78.6%
G = 12.76%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BF1F15 (or 0xBF1F15) is known color: Fire Brick. HEX triplet: BF, 1F and 15. RGB value is (191,31,21). Sum of RGB (Red+Green+Blue) = 191+31+21=243 (32% of max value = 765). Red value is 191 (75% from 255 or 78.60% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF1F15 is #40E0EA. Grayscale: #4D4D4D. Windows color (decimal): -4251883 or 1384383. OLE color: 1384383.

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

Color convert

RGB 191 31 21 -
CMYK 0 0.84 0.89 0.25
HSL 3.53º 0.8% 0.42% -
HSV(B) 3.53º 0.89% 0.75% -
XYZ 22.11 12.11 1.88 -
YUV 77.7 96.01 208.81 -
System Red Green Blue C M Y K H S L
Decimal 191 31 21 0 0.84 0.89 0.25 3.53 0.8 0.42
Hex BF 1F 15 0 54 59 19 4 50 2A
Octal 277 37 25 0 124 131 31 4 120 52
Binary 10111111 11111 10101 0 1010100 1011001 11001 100 1010000 101010

Color Harmonies of #BF1F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1F15

Black with #BF1F15

Text Example


Text Example

White with #BF1F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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