Html Css Color HEX #BF1928 Fire Engine Red

📋 copy color: '#BF1928'

red 191 ◦ green 25 ◦ blue 40

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

Shades of Fire Engine Red #BF1928

Tints of Fire Engine Red #BF1928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.63%

R = 74.61%
G = 9.77%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF1928 (or 0xBF1928) is known color: Fire Engine Red. HEX triplet: BF, 19 and 28. RGB value is (191,25,40). Sum of RGB (Red+Green+Blue) = 191+25+40=256 (33% of max value = 765). Red value is 191 (75% from 255 or 74.61% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1928 is #40E6D7. Grayscale: #4C4C4C. Windows color (decimal): -4253400 or 2628031. OLE color: 2628031.

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

Color convert

RGB 191 25 40 -
CMYK 0 0.87 0.79 0.25
HSL 354.58º 0.77% 0.42% -
HSV(B) 354.58º 0.87% 0.75% -
XYZ 22.22 11.92 3.14 -
YUV 76.34 107.5 209.78 -
System Red Green Blue C M Y K H S L
Decimal 191 25 40 0 0.87 0.79 0.25 354.58 0.77 0.42
Hex BF 19 28 0 57 4F 19 163 4D 2A
Octal 277 31 50 0 127 117 31 543 115 52
Binary 10111111 11001 101000 0 1010111 1001111 11001 101100011 1001101 101010

Color Harmonies of #BF1928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1928

Black with #BF1928

Text Example


Text Example

White with #BF1928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1928; }

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

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

background-color css

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

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

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

border-color css

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

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

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