Html Css Color HEX #B11C1D Fire Engine Red

📋 copy color: '#B11C1D'

red 177 ◦ green 28 ◦ blue 29

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

Shades of Fire Engine Red #B11C1D

Tints of Fire Engine Red #B11C1D

RGB

 RED value IS 177 (69.53% from 255) = 75.64%

 GREEN value IS 28 (11.33% from 255) = 11.97%

 BLUE value IS 29 (11.72% from 255) = 12.39%

R = 75.64%
G = 11.97%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B11C1D (or 0xB11C1D) is known color: Fire Engine Red. HEX triplet: B1, 1C and 1D. RGB value is (177,28,29). Sum of RGB (Red+Green+Blue) = 177+28+29=234 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.64% from 234); Green value is 28 (11.33% from 255 or 11.97% from 234); Blue value is 29 (11.72% from 255 or 12.39% from 234); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11C1D is #4EE3E2. Grayscale: #484848. Windows color (decimal): -5170147 or 1907889. OLE color: 1907889.

HSL color Cylindrical-coordinate representation of color #B11C1D: hue angle of 359.6º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B11C1D is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 28 29 -
CMYK 0 0.84 0.84 0.31
HSL 359.6º 0.73% 0.4% -
HSV(B) 359.6º 0.84% 0.69% -
XYZ 18.77 10.27 2.15 -
YUV 72.67 103.36 202.42 -
System Red Green Blue C M Y K H S L
Decimal 177 28 29 0 0.84 0.84 0.31 359.6 0.73 0.4
Hex B1 1C 1D 0 54 54 1F 168 49 28
Octal 261 34 35 0 124 124 37 550 111 50
Binary 10110001 11100 11101 0 1010100 1010100 11111 101101000 1001001 101000

Color Harmonies of #B11C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11C1D

Black with #B11C1D

Text Example


Text Example

White with #B11C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11C1D; }

 p { color: rgb(177,28,29); }

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

background-color css

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

 a { background-color: rgb(177,28,29); }

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

border-color css

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

 span { border-color: rgb(177,28,29); }

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