Html Css Color HEX #BF1124 Fire Engine Red

📋 copy color: '#BF1124'

red 191 ◦ green 17 ◦ blue 36

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

Shades of Fire Engine Red #BF1124

Tints of Fire Engine Red #BF1124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.75%

R = 78.28%
G = 6.97%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BF1124 (or 0xBF1124) is known color: Fire Engine Red. HEX triplet: BF, 11 and 24. RGB value is (191,17,36). Sum of RGB (Red+Green+Blue) = 191+17+36=244 (32% of max value = 765). Red value is 191 (75% from 255 or 78.28% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 36 (14.45% from 255 or 14.75% from 244); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1124 is #40EEDB. Grayscale: #474747. Windows color (decimal): -4255452 or 2363839. OLE color: 2363839.

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

Color convert

RGB 191 17 36 -
CMYK 0 0.91 0.81 0.25
HSL 353.45º 0.84% 0.41% -
HSV(B) 353.45º 0.91% 0.75% -
XYZ 22 11.6 2.75 -
YUV 71.19 108.15 213.46 -
System Red Green Blue C M Y K H S L
Decimal 191 17 36 0 0.91 0.81 0.25 353.45 0.84 0.41
Hex BF 11 24 0 5B 51 19 161 54 29
Octal 277 21 44 0 133 121 31 541 124 51
Binary 10111111 10001 100100 0 1011011 1010001 11001 101100001 1010100 101001

Color Harmonies of #BF1124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1124

Black with #BF1124

Text Example


Text Example

White with #BF1124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1124; }

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

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

background-color css

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

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

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

border-color css

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

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

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