Html Css Color HEX #BF1F27 Fire Engine Red

📋 copy color: '#BF1F27'

red 191 ◦ green 31 ◦ blue 39

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

Shades of Fire Engine Red #BF1F27

Tints of Fire Engine Red #BF1F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.94%

R = 73.18%
G = 11.88%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BF1F27 (or 0xBF1F27) is known color: Fire Engine Red. HEX triplet: BF, 1F and 27. RGB value is (191,31,39). Sum of RGB (Red+Green+Blue) = 191+31+39=261 (34% of max value = 765). Red value is 191 (75% from 255 or 73.18% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF1F27 is #40E0D8. Grayscale: #4F4F4F. Windows color (decimal): -4251865 or 2564031. OLE color: 2564031.

HSL color Cylindrical-coordinate representation of color #BF1F27: hue angle of 357º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF1F27 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 31 39 -
CMYK 0 0.84 0.80 0.25
HSL 357º 0.72% 0.44% -
HSV(B) 357º 0.84% 0.75% -
XYZ 22.34 12.2 3.1 -
YUV 79.75 105.01 207.35 -
System Red Green Blue C M Y K H S L
Decimal 191 31 39 0 0.84 0.80 0.25 357 0.72 0.44
Hex BF 1F 27 0 54 50 19 165 48 2C
Octal 277 37 47 0 124 120 31 545 110 54
Binary 10111111 11111 100111 0 1010100 1010000 11001 101100101 1001000 101100

Color Harmonies of #BF1F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1F27

Black with #BF1F27

Text Example


Text Example

White with #BF1F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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