Html Css Color HEX #B71922 Fire Engine Red

📋 copy color: '#B71922'

red 183 ◦ green 25 ◦ blue 34

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

Shades of Fire Engine Red #B71922

Tints of Fire Engine Red #B71922

RGB

 RED value IS 183 (71.88% from 255) = 75.62%

 GREEN value IS 25 (10.16% from 255) = 10.33%

 BLUE value IS 34 (13.67% from 255) = 14.05%

R = 75.62%
G = 10.33%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B71922 (or 0xB71922) is known color: Fire Engine Red. HEX triplet: B7, 19 and 22. RGB value is (183,25,34). Sum of RGB (Red+Green+Blue) = 183+25+34=242 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.62% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 183 - color contains mainly: red. Hex color #B71922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71922 is #48E6DD. Grayscale: #494949. Windows color (decimal): -4777694 or 2234807. OLE color: 2234807.

HSL color Cylindrical-coordinate representation of color #B71922: hue angle of 356.58º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71922 is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 25 34 -
CMYK 0 0.86 0.81 0.28
HSL 356.58º 0.76% 0.41% -
HSV(B) 356.58º 0.86% 0.72% -
XYZ 20.16 10.88 2.55 -
YUV 73.27 105.85 206.27 -
System Red Green Blue C M Y K H S L
Decimal 183 25 34 0 0.86 0.81 0.28 356.58 0.76 0.41
Hex B7 19 22 0 56 51 1C 165 4C 29
Octal 267 31 42 0 126 121 34 545 114 51
Binary 10110111 11001 100010 0 1010110 1010001 11100 101100101 1001100 101001

Color Harmonies of #B71922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71922

Black with #B71922

Text Example


Text Example

White with #B71922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71922; }

 p { color: rgb(183,25,34); }

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

background-color css

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

 a { background-color: rgb(183,25,34); }

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

border-color css

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

 span { border-color: rgb(183,25,34); }

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