Html Css Color HEX #B11724 Fire Engine Red

📋 copy color: '#B11724'

red 177 ◦ green 23 ◦ blue 36

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

Shades of Fire Engine Red #B11724

Tints of Fire Engine Red #B11724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.25%

R = 75%
G = 9.75%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B11724 (or 0xB11724) is known color: Fire Engine Red. HEX triplet: B1, 17 and 24. RGB value is (177,23,36). Sum of RGB (Red+Green+Blue) = 177+23+36=236 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 36 (14.45% from 255 or 15.25% from 236); Max value from RGB is 177 - color contains mainly: red. Hex color #B11724 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11724 is #4EE8DB. Grayscale: #464646. Windows color (decimal): -5171420 or 2365361. OLE color: 2365361.

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

Color convert

RGB 177 23 36 -
CMYK 0 0.87 0.80 0.31
HSL 354.94º 0.77% 0.39% -
HSV(B) 354.94º 0.87% 0.69% -
XYZ 18.76 10.09 2.63 -
YUV 70.53 108.52 203.94 -
System Red Green Blue C M Y K H S L
Decimal 177 23 36 0 0.87 0.80 0.31 354.94 0.77 0.39
Hex B1 17 24 0 57 50 1F 163 4D 27
Octal 261 27 44 0 127 120 37 543 115 47
Binary 10110001 10111 100100 0 1010111 1010000 11111 101100011 1001101 100111

Color Harmonies of #B11724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11724

Black with #B11724

Text Example


Text Example

White with #B11724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11724; }

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

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

background-color css

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

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

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

border-color css

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

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

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