Html Css Color HEX #B11424 Fire Engine Red

📋 copy color: '#B11424'

red 177 ◦ green 20 ◦ blue 36

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

Shades of Fire Engine Red #B11424

Tints of Fire Engine Red #B11424

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.58%

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

R = 75.97%
G = 8.58%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B11424 (or 0xB11424) is known color: Fire Engine Red. HEX triplet: B1, 14 and 24. RGB value is (177,20,36). Sum of RGB (Red+Green+Blue) = 177+20+36=233 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.97% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 36 (14.45% from 255 or 15.45% from 233); Max value from RGB is 177 - color contains mainly: red. Hex color #B11424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11424 is #4EEBDB. Grayscale: #444444. Windows color (decimal): -5172188 or 2364593. OLE color: 2364593.

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

Color convert

RGB 177 20 36 -
CMYK 0 0.89 0.80 0.31
HSL 353.89º 0.8% 0.39% -
HSV(B) 353.89º 0.89% 0.69% -
XYZ 18.7 9.97 2.61 -
YUV 68.77 109.51 205.2 -
System Red Green Blue C M Y K H S L
Decimal 177 20 36 0 0.89 0.80 0.31 353.89 0.8 0.39
Hex B1 14 24 0 59 50 1F 162 50 27
Octal 261 24 44 0 131 120 37 542 120 47
Binary 10110001 10100 100100 0 1011001 1010000 11111 101100010 1010000 100111

Color Harmonies of #B11424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11424

Black with #B11424

Text Example


Text Example

White with #B11424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11424; }

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

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

background-color css

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

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

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

border-color css

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

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

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