Html Css Color HEX #B11C1E Fire Engine Red

📋 copy color: '#B11C1E'

red 177 ◦ green 28 ◦ blue 30

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

Shades of Fire Engine Red #B11C1E

Tints of Fire Engine Red #B11C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.77%

R = 75.32%
G = 11.91%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B11C1E (or 0xB11C1E) is known color: Fire Engine Red. HEX triplet: B1, 1C and 1E. RGB value is (177,28,30). Sum of RGB (Red+Green+Blue) = 177+28+30=235 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75.32% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11C1E is #4EE3E1. Grayscale: #484848. Windows color (decimal): -5170146 or 1973425. OLE color: 1973425.

HSL color Cylindrical-coordinate representation of color #B11C1E: hue angle of 359.19º 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 #B11C1E is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 28 30 -
CMYK 0 0.84 0.83 0.31
HSL 359.19º 0.73% 0.4% -
HSV(B) 359.19º 0.84% 0.69% -
XYZ 18.78 10.27 2.22 -
YUV 72.78 103.86 202.34 -
System Red Green Blue C M Y K H S L
Decimal 177 28 30 0 0.84 0.83 0.31 359.19 0.73 0.4
Hex B1 1C 1E 0 54 53 1F 167 49 28
Octal 261 34 36 0 124 123 37 547 111 50
Binary 10110001 11100 11110 0 1010100 1010011 11111 101100111 1001001 101000

Color Harmonies of #B11C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11C1E

Black with #B11C1E

Text Example


Text Example

White with #B11C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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