Html Css Color HEX #BF1126 Fire Engine Red

📋 copy color: '#BF1126'

red 191 ◦ green 17 ◦ blue 38

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

Shades of Fire Engine Red #BF1126

Tints of Fire Engine Red #BF1126

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.91%

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

R = 77.64%
G = 6.91%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BF1126 (or 0xBF1126) is known color: Fire Engine Red. HEX triplet: BF, 11 and 26. RGB value is (191,17,38). Sum of RGB (Red+Green+Blue) = 191+17+38=246 (32% of max value = 765). Red value is 191 (75% from 255 or 77.64% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1126 is #40EED9. Grayscale: #474747. Windows color (decimal): -4255450 or 2494911. OLE color: 2494911.

HSL color Cylindrical-coordinate representation of color #BF1126: hue angle of 352.76º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF1126 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 17 38 -
CMYK 0 0.91 0.80 0.25
HSL 352.76º 0.84% 0.41% -
HSV(B) 352.76º 0.91% 0.75% -
XYZ 22.04 11.62 2.91 -
YUV 71.42 109.15 213.29 -
System Red Green Blue C M Y K H S L
Decimal 191 17 38 0 0.91 0.80 0.25 352.76 0.84 0.41
Hex BF 11 26 0 5B 50 19 161 54 29
Octal 277 21 46 0 133 120 31 541 124 51
Binary 10111111 10001 100110 0 1011011 1010000 11001 101100001 1010100 101001

Color Harmonies of #BF1126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1126

Black with #BF1126

Text Example


Text Example

White with #BF1126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1126; }

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

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

background-color css

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

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

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

border-color css

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

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

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