Html Css Color HEX #BF171A Fire Engine Red

📋 copy color: '#BF171A'

red 191 ◦ green 23 ◦ blue 26

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

Shades of Fire Engine Red #BF171A

Tints of Fire Engine Red #BF171A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.83%

R = 79.58%
G = 9.58%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF171A (or 0xBF171A) is known color: Fire Engine Red. HEX triplet: BF, 17 and 1A. RGB value is (191,23,26). Sum of RGB (Red+Green+Blue) = 191+23+26=240 (31% of max value = 765). Red value is 191 (75% from 255 or 79.58% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 191 - color contains mainly: red. Hex color #BF171A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF171A is #40E8E5. Grayscale: #494949. Windows color (decimal): -4253926 or 1710015. OLE color: 1710015.

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

Color convert

RGB 191 23 26 -
CMYK 0 0.88 0.86 0.25
HSL 358.93º 0.79% 0.42% -
HSV(B) 358.93º 0.88% 0.75% -
XYZ 21.98 11.76 2.09 -
YUV 73.57 101.16 211.76 -
System Red Green Blue C M Y K H S L
Decimal 191 23 26 0 0.88 0.86 0.25 358.93 0.79 0.42
Hex BF 17 1A 0 58 56 19 167 4F 2A
Octal 277 27 32 0 130 126 31 547 117 52
Binary 10111111 10111 11010 0 1011000 1010110 11001 101100111 1001111 101010

Color Harmonies of #BF171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF171A

Black with #BF171A

Text Example


Text Example

White with #BF171A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF171A; }

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

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

background-color css

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

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

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

border-color css

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

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

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