Html Css Color HEX #BF1926 Fire Engine Red

📋 copy color: '#BF1926'

red 191 ◦ green 25 ◦ blue 38

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

Shades of Fire Engine Red #BF1926

Tints of Fire Engine Red #BF1926

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.84%

 BLUE value IS 38 (15.23% from 255) = 14.96%

R = 75.2%
G = 9.84%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BF1926 (or 0xBF1926) is known color: Fire Engine Red. HEX triplet: BF, 19 and 26. RGB value is (191,25,38). Sum of RGB (Red+Green+Blue) = 191+25+38=254 (33% of max value = 765). Red value is 191 (75% from 255 or 75.20% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1926 is #40E6D9. Grayscale: #4C4C4C. Windows color (decimal): -4253402 or 2496959. OLE color: 2496959.

HSL color Cylindrical-coordinate representation of color #BF1926: hue angle of 355.3º degrees, saturation: 0.77, 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 #BF1926 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 25 38 -
CMYK 0 0.87 0.80 0.25
HSL 355.3º 0.77% 0.42% -
HSV(B) 355.3º 0.87% 0.75% -
XYZ 22.18 11.91 2.96 -
YUV 76.12 106.5 209.94 -
System Red Green Blue C M Y K H S L
Decimal 191 25 38 0 0.87 0.80 0.25 355.3 0.77 0.42
Hex BF 19 26 0 57 50 19 163 4D 2A
Octal 277 31 46 0 127 120 31 543 115 52
Binary 10111111 11001 100110 0 1010111 1010000 11001 101100011 1001101 101010

Color Harmonies of #BF1926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1926

Black with #BF1926

Text Example


Text Example

White with #BF1926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1926; }

 p { color: rgb(191,25,38); }

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

background-color css

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

 a { background-color: rgb(191,25,38); }

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

border-color css

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

 span { border-color: rgb(191,25,38); }

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