Html Css Color HEX #BF1125 Fire Engine Red

📋 copy color: '#BF1125'

red 191 ◦ green 17 ◦ blue 37

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

Shades of Fire Engine Red #BF1125

Tints of Fire Engine Red #BF1125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.1%

R = 77.96%
G = 6.94%
B = 15.1%

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

#BF1125 (or 0xBF1125) is known color: Fire Engine Red. HEX triplet: BF, 11 and 25. RGB value is (191,17,37). Sum of RGB (Red+Green+Blue) = 191+17+37=245 (32% of max value = 765). Red value is 191 (75% from 255 or 77.96% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1125 is #40EEDA. Grayscale: #474747. Windows color (decimal): -4255451 or 2429375. OLE color: 2429375.

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

Color convert

RGB 191 17 37 -
CMYK 0 0.91 0.81 0.25
HSL 353.1º 0.84% 0.41% -
HSV(B) 353.1º 0.91% 0.75% -
XYZ 22.02 11.61 2.83 -
YUV 71.31 108.65 213.37 -
System Red Green Blue C M Y K H S L
Decimal 191 17 37 0 0.91 0.81 0.25 353.1 0.84 0.41
Hex BF 11 25 0 5B 51 19 161 54 29
Octal 277 21 45 0 133 121 31 541 124 51
Binary 10111111 10001 100101 0 1011011 1010001 11001 101100001 1010100 101001

Color Harmonies of #BF1125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1125

Black with #BF1125

Text Example


Text Example

White with #BF1125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1125; }

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

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

background-color css

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

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

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

border-color css

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

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

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