Html Css Color HEX #B11325 Fire Engine Red

📋 copy color: '#B11325'

red 177 ◦ green 19 ◦ blue 37

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

Shades of Fire Engine Red #B11325

Tints of Fire Engine Red #B11325

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.15%

 BLUE value IS 37 (14.84% from 255) = 15.88%

R = 75.97%
G = 8.15%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B11325 (or 0xB11325) is known color: Fire Engine Red. HEX triplet: B1, 13 and 25. RGB value is (177,19,37). Sum of RGB (Red+Green+Blue) = 177+19+37=233 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.97% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 177 - color contains mainly: red. Hex color #B11325 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11325 is #4EECDA. Grayscale: #444444. Windows color (decimal): -5172443 or 2429873. OLE color: 2429873.

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

Color convert

RGB 177 19 37 -
CMYK 0 0.89 0.79 0.31
HSL 353.16º 0.81% 0.38% -
HSV(B) 353.16º 0.89% 0.69% -
XYZ 18.7 9.95 2.68 -
YUV 68.29 110.35 205.54 -
System Red Green Blue C M Y K H S L
Decimal 177 19 37 0 0.89 0.79 0.31 353.16 0.81 0.38
Hex B1 13 25 0 59 4F 1F 161 51 26
Octal 261 23 45 0 131 117 37 541 121 46
Binary 10110001 10011 100101 0 1011001 1001111 11111 101100001 1010001 100110

Color Harmonies of #B11325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11325

Black with #B11325

Text Example


Text Example

White with #B11325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11325; }

 p { color: rgb(177,19,37); }

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

background-color css

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

 a { background-color: rgb(177,19,37); }

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

border-color css

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

 span { border-color: rgb(177,19,37); }

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