Html Css Color HEX #B11423 Fire Engine Red

📋 copy color: '#B11423'

red 177 ◦ green 20 ◦ blue 35

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

Shades of Fire Engine Red #B11423

Tints of Fire Engine Red #B11423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.09%

R = 76.29%
G = 8.62%
B = 15.09%

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

#B11423 (or 0xB11423) is known color: Fire Engine Red. HEX triplet: B1, 14 and 23. RGB value is (177,20,35). Sum of RGB (Red+Green+Blue) = 177+20+35=232 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.29% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 35 (14.06% from 255 or 15.09% from 232); Max value from RGB is 177 - color contains mainly: red. Hex color #B11423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11423 is #4EEBDC. Grayscale: #444444. Windows color (decimal): -5172189 or 2299057. OLE color: 2299057.

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

Color convert

RGB 177 20 35 -
CMYK 0 0.89 0.80 0.31
HSL 354.27º 0.8% 0.39% -
HSV(B) 354.27º 0.89% 0.69% -
XYZ 18.68 9.97 2.53 -
YUV 68.65 109.01 205.28 -
System Red Green Blue C M Y K H S L
Decimal 177 20 35 0 0.89 0.80 0.31 354.27 0.8 0.39
Hex B1 14 23 0 59 50 1F 162 50 27
Octal 261 24 43 0 131 120 37 542 120 47
Binary 10110001 10100 100011 0 1011001 1010000 11111 101100010 1010000 100111

Color Harmonies of #B11423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11423

Black with #B11423

Text Example


Text Example

White with #B11423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11423; }

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

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

background-color css

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

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

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

border-color css

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

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

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