Html Css Color HEX #BF181C Fire Engine Red

📋 copy color: '#BF181C'

red 191 ◦ green 24 ◦ blue 28

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

Shades of Fire Engine Red #BF181C

Tints of Fire Engine Red #BF181C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.88%

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

R = 78.6%
G = 9.88%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF181C (or 0xBF181C) is known color: Fire Engine Red. HEX triplet: BF, 18 and 1C. RGB value is (191,24,28). Sum of RGB (Red+Green+Blue) = 191+24+28=243 (32% of max value = 765). Red value is 191 (75% from 255 or 78.60% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 191 - color contains mainly: red. Hex color #BF181C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF181C is #40E7E3. Grayscale: #4A4A4A. Windows color (decimal): -4253668 or 1841343. OLE color: 1841343.

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

Color convert

RGB 191 24 28 -
CMYK 0 0.87 0.85 0.25
HSL 358.56º 0.78% 0.42% -
HSV(B) 358.56º 0.87% 0.75% -
XYZ 22.02 11.81 2.22 -
YUV 74.39 101.83 211.17 -
System Red Green Blue C M Y K H S L
Decimal 191 24 28 0 0.87 0.85 0.25 358.56 0.78 0.42
Hex BF 18 1C 0 57 55 19 167 4E 2A
Octal 277 30 34 0 127 125 31 547 116 52
Binary 10111111 11000 11100 0 1010111 1010101 11001 101100111 1001110 101010

Color Harmonies of #BF181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF181C

Black with #BF181C

Text Example


Text Example

White with #BF181C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF181C; }

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

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

background-color css

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

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

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

border-color css

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

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

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