Html Css Color HEX #BF171C Fire Engine Red

📋 copy color: '#BF171C'

red 191 ◦ green 23 ◦ blue 28

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

Shades of Fire Engine Red #BF171C

Tints of Fire Engine Red #BF171C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.5%

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

R = 78.93%
G = 9.5%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF171C (or 0xBF171C) is known color: Fire Engine Red. HEX triplet: BF, 17 and 1C. RGB value is (191,23,28). Sum of RGB (Red+Green+Blue) = 191+23+28=242 (32% of max value = 765). Red value is 191 (75% from 255 or 78.93% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 191 - color contains mainly: red. Hex color #BF171C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF171C is #40E8E3. Grayscale: #494949. Windows color (decimal): -4253924 or 1841087. OLE color: 1841087.

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

Color convert

RGB 191 23 28 -
CMYK 0 0.88 0.85 0.25
HSL 358.21º 0.79% 0.42% -
HSV(B) 358.21º 0.88% 0.75% -
XYZ 22 11.77 2.21 -
YUV 73.8 102.16 211.59 -
System Red Green Blue C M Y K H S L
Decimal 191 23 28 0 0.88 0.85 0.25 358.21 0.79 0.42
Hex BF 17 1C 0 58 55 19 166 4F 2A
Octal 277 27 34 0 130 125 31 546 117 52
Binary 10111111 10111 11100 0 1011000 1010101 11001 101100110 1001111 101010

Color Harmonies of #BF171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF171C

Black with #BF171C

Text Example


Text Example

White with #BF171C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF171C; }

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

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

background-color css

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

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

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

border-color css

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

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

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