Html Css Color HEX #B11722 Fire Engine Red

📋 copy color: '#B11722'

red 177 ◦ green 23 ◦ blue 34

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

Shades of Fire Engine Red #B11722

Tints of Fire Engine Red #B11722

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.83%

 BLUE value IS 34 (13.67% from 255) = 14.53%

R = 75.64%
G = 9.83%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B11722 (or 0xB11722) is known color: Fire Engine Red. HEX triplet: B1, 17 and 22. RGB value is (177,23,34). Sum of RGB (Red+Green+Blue) = 177+23+34=234 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.64% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 34 (13.67% from 255 or 14.53% from 234); Max value from RGB is 177 - color contains mainly: red. Hex color #B11722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11722 is #4EE8DD. Grayscale: #464646. Windows color (decimal): -5171422 or 2234289. OLE color: 2234289.

HSL color Cylindrical-coordinate representation of color #B11722: hue angle of 355.71º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B11722 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 23 34 -
CMYK 0 0.87 0.81 0.31
HSL 355.71º 0.77% 0.39% -
HSV(B) 355.71º 0.87% 0.69% -
XYZ 18.73 10.08 2.47 -
YUV 70.3 107.52 204.11 -
System Red Green Blue C M Y K H S L
Decimal 177 23 34 0 0.87 0.81 0.31 355.71 0.77 0.39
Hex B1 17 22 0 57 51 1F 164 4D 27
Octal 261 27 42 0 127 121 37 544 115 47
Binary 10110001 10111 100010 0 1010111 1010001 11111 101100100 1001101 100111

Color Harmonies of #B11722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11722

Black with #B11722

Text Example


Text Example

White with #B11722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11722; }

 p { color: rgb(177,23,34); }

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

background-color css

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

 a { background-color: rgb(177,23,34); }

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

border-color css

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

 span { border-color: rgb(177,23,34); }

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