Html Css Color HEX #B91721 Fire Engine Red

📋 copy color: '#B91721'

red 185 ◦ green 23 ◦ blue 33

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

Shades of Fire Engine Red #B91721

Tints of Fire Engine Red #B91721

RGB

 RED value IS 185 (72.66% from 255) = 76.76%

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

 BLUE value IS 33 (13.28% from 255) = 13.69%

R = 76.76%
G = 9.54%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B91721 (or 0xB91721) is known color: Fire Engine Red. HEX triplet: B9, 17 and 21. RGB value is (185,23,33). Sum of RGB (Red+Green+Blue) = 185+23+33=241 (31% of max value = 765). Red value is 185 (72.66% from 255 or 76.76% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 185 - color contains mainly: red. Hex color #B91721 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91721 is #46E8DE. Grayscale: #484848. Windows color (decimal): -4647135 or 2168761. OLE color: 2168761.

HSL color Cylindrical-coordinate representation of color #B91721: hue angle of 356.3º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B91721 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 23 33 -
CMYK 0 0.88 0.82 0.27
HSL 356.3º 0.78% 0.41% -
HSV(B) 356.3º 0.88% 0.73% -
XYZ 20.59 11.04 2.48 -
YUV 72.58 105.67 208.19 -
System Red Green Blue C M Y K H S L
Decimal 185 23 33 0 0.88 0.82 0.27 356.3 0.78 0.41
Hex B9 17 21 0 58 52 1B 164 4E 29
Octal 271 27 41 0 130 122 33 544 116 51
Binary 10111001 10111 100001 0 1011000 1010010 11011 101100100 1001110 101001

Color Harmonies of #B91721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91721

Black with #B91721

Text Example


Text Example

White with #B91721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91721; }

 p { color: rgb(185,23,33); }

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

background-color css

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

 a { background-color: rgb(185,23,33); }

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

border-color css

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

 span { border-color: rgb(185,23,33); }

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