Html Css Color HEX #BF1128 Fire Engine Red

📋 copy color: '#BF1128'

red 191 ◦ green 17 ◦ blue 40

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

Shades of Fire Engine Red #BF1128

Tints of Fire Engine Red #BF1128

RGB

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

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

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

R = 77.02%
G = 6.85%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF1128 (or 0xBF1128) is known color: Fire Engine Red. HEX triplet: BF, 11 and 28. RGB value is (191,17,40). Sum of RGB (Red+Green+Blue) = 191+17+40=248 (32% of max value = 765). Red value is 191 (75% from 255 or 77.02% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1128 is #40EED7. Grayscale: #474747. Windows color (decimal): -4255448 or 2625983. OLE color: 2625983.

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

Color convert

RGB 191 17 40 -
CMYK 0 0.91 0.79 0.25
HSL 352.07º 0.84% 0.41% -
HSV(B) 352.07º 0.91% 0.75% -
XYZ 22.07 11.63 3.09 -
YUV 71.65 110.15 213.13 -
System Red Green Blue C M Y K H S L
Decimal 191 17 40 0 0.91 0.79 0.25 352.07 0.84 0.41
Hex BF 11 28 0 5B 4F 19 160 54 29
Octal 277 21 50 0 133 117 31 540 124 51
Binary 10111111 10001 101000 0 1011011 1001111 11001 101100000 1010100 101001

Color Harmonies of #BF1128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1128

Black with #BF1128

Text Example


Text Example

White with #BF1128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1128; }

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

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

background-color css

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

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

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

border-color css

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

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

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