Html Css Color HEX #BF1A1C Fire Engine Red

📋 copy color: '#BF1A1C'

red 191 ◦ green 26 ◦ blue 28

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

Shades of Fire Engine Red #BF1A1C

Tints of Fire Engine Red #BF1A1C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.61%

 BLUE value IS 28 (11.33% from 255) = 11.43%

R = 77.96%
G = 10.61%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF1A1C (or 0xBF1A1C) is known color: Fire Engine Red. HEX triplet: BF, 1A and 1C. RGB value is (191,26,28). Sum of RGB (Red+Green+Blue) = 191+26+28=245 (32% of max value = 765). Red value is 191 (75% from 255 or 77.96% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF1A1C is #40E5E3. Grayscale: #4B4B4B. Windows color (decimal): -4253156 or 1841855. OLE color: 1841855.

HSL color Cylindrical-coordinate representation of color #BF1A1C: hue angle of 359.27º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF1A1C is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 26 28 -
CMYK 0 0.86 0.85 0.25
HSL 359.27º 0.76% 0.43% -
HSV(B) 359.27º 0.86% 0.75% -
XYZ 22.06 11.9 2.23 -
YUV 75.56 101.16 210.34 -
System Red Green Blue C M Y K H S L
Decimal 191 26 28 0 0.86 0.85 0.25 359.27 0.76 0.43
Hex BF 1A 1C 0 56 55 19 167 4C 2B
Octal 277 32 34 0 126 125 31 547 114 53
Binary 10111111 11010 11100 0 1010110 1010101 11001 101100111 1001100 101011

Color Harmonies of #BF1A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1A1C

Black with #BF1A1C

Text Example


Text Example

White with #BF1A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1A1C; }

 p { color: rgb(191,26,28); }

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

background-color css

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

 a { background-color: rgb(191,26,28); }

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

border-color css

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

 span { border-color: rgb(191,26,28); }

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