Html Css Color HEX #BF1127 Fire Engine Red

📋 copy color: '#BF1127'

red 191 ◦ green 17 ◦ blue 39

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

Shades of Fire Engine Red #BF1127

Tints of Fire Engine Red #BF1127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.79%

R = 77.33%
G = 6.88%
B = 15.79%

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

#BF1127 (or 0xBF1127) is known color: Fire Engine Red. HEX triplet: BF, 11 and 27. RGB value is (191,17,39). Sum of RGB (Red+Green+Blue) = 191+17+39=247 (32% of max value = 765). Red value is 191 (75% from 255 or 77.33% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1127 is #40EED8. Grayscale: #474747. Windows color (decimal): -4255449 or 2560447. OLE color: 2560447.

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

Color convert

RGB 191 17 39 -
CMYK 0 0.91 0.80 0.25
HSL 352.41º 0.84% 0.41% -
HSV(B) 352.41º 0.91% 0.75% -
XYZ 22.05 11.62 3 -
YUV 71.53 109.65 213.21 -
System Red Green Blue C M Y K H S L
Decimal 191 17 39 0 0.91 0.80 0.25 352.41 0.84 0.41
Hex BF 11 27 0 5B 50 19 160 54 29
Octal 277 21 47 0 133 120 31 540 124 51
Binary 10111111 10001 100111 0 1011011 1010000 11001 101100000 1010100 101001

Color Harmonies of #BF1127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1127

Black with #BF1127

Text Example


Text Example

White with #BF1127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1127; }

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

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

background-color css

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

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

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

border-color css

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

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

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