Html Css Color HEX #BF1929 Fire Engine Red

📋 copy color: '#BF1929'

red 191 ◦ green 25 ◦ blue 41

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

Shades of Fire Engine Red #BF1929

Tints of Fire Engine Red #BF1929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.95%

R = 74.32%
G = 9.73%
B = 15.95%

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

#BF1929 (or 0xBF1929) is known color: Fire Engine Red. HEX triplet: BF, 19 and 29. RGB value is (191,25,41). Sum of RGB (Red+Green+Blue) = 191+25+41=257 (34% of max value = 765). Red value is 191 (75% from 255 or 74.32% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1929 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1929 is #40E6D6. Grayscale: #4C4C4C. Windows color (decimal): -4253399 or 2693567. OLE color: 2693567.

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

Color convert

RGB 191 25 41 -
CMYK 0 0.87 0.79 0.25
HSL 354.22º 0.77% 0.42% -
HSV(B) 354.22º 0.87% 0.75% -
XYZ 22.23 11.93 3.23 -
YUV 76.46 108 209.7 -
System Red Green Blue C M Y K H S L
Decimal 191 25 41 0 0.87 0.79 0.25 354.22 0.77 0.42
Hex BF 19 29 0 57 4F 19 162 4D 2A
Octal 277 31 51 0 127 117 31 542 115 52
Binary 10111111 11001 101001 0 1010111 1001111 11001 101100010 1001101 101010

Color Harmonies of #BF1929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1929

Black with #BF1929

Text Example


Text Example

White with #BF1929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1929; }

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

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

background-color css

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

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

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

border-color css

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

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

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