Html Css Color HEX #BF1123 Fire Engine Red

📋 copy color: '#BF1123'

red 191 ◦ green 17 ◦ blue 35

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

Shades of Fire Engine Red #BF1123

Tints of Fire Engine Red #BF1123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.4%

R = 78.6%
G = 7%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BF1123 (or 0xBF1123) is known color: Fire Engine Red. HEX triplet: BF, 11 and 23. RGB value is (191,17,35). Sum of RGB (Red+Green+Blue) = 191+17+35=243 (32% of max value = 765). Red value is 191 (75% from 255 or 78.60% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 35 (14.06% from 255 or 14.40% from 243); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1123 is #40EEDC. Grayscale: #474747. Windows color (decimal): -4255453 or 2298303. OLE color: 2298303.

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

Color convert

RGB 191 17 35 -
CMYK 0 0.91 0.82 0.25
HSL 353.79º 0.84% 0.41% -
HSV(B) 353.79º 0.91% 0.75% -
XYZ 21.99 11.6 2.67 -
YUV 71.08 107.65 213.54 -
System Red Green Blue C M Y K H S L
Decimal 191 17 35 0 0.91 0.82 0.25 353.79 0.84 0.41
Hex BF 11 23 0 5B 52 19 162 54 29
Octal 277 21 43 0 133 122 31 542 124 51
Binary 10111111 10001 100011 0 1011011 1010010 11001 101100010 1010100 101001

Color Harmonies of #BF1123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1123

Black with #BF1123

Text Example


Text Example

White with #BF1123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1123; }

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

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

background-color css

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

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

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

border-color css

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

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

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