Html Css Color HEX #B71223 Fire Engine Red

📋 copy color: '#B71223'

red 183 ◦ green 18 ◦ blue 35

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

Shades of Fire Engine Red #B71223

Tints of Fire Engine Red #B71223

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.63%

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

R = 77.54%
G = 7.63%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B71223 (or 0xB71223) is known color: Fire Engine Red. HEX triplet: B7, 12 and 23. RGB value is (183,18,35). Sum of RGB (Red+Green+Blue) = 183+18+35=236 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.54% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 35 (14.06% from 255 or 14.83% from 236); Max value from RGB is 183 - color contains mainly: red. Hex color #B71223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71223 is #48EDDC. Grayscale: #454545. Windows color (decimal): -4779485 or 2298551. OLE color: 2298551.

HSL color Cylindrical-coordinate representation of color #B71223: hue angle of 353.82º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71223 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 18 35 -
CMYK 0 0.90 0.81 0.28
HSL 353.82º 0.82% 0.39% -
HSV(B) 353.82º 0.9% 0.72% -
XYZ 20.05 10.62 2.58 -
YUV 69.27 108.66 209.12 -
System Red Green Blue C M Y K H S L
Decimal 183 18 35 0 0.90 0.81 0.28 353.82 0.82 0.39
Hex B7 12 23 0 5A 51 1C 162 52 27
Octal 267 22 43 0 132 121 34 542 122 47
Binary 10110111 10010 100011 0 1011010 1010001 11100 101100010 1010010 100111

Color Harmonies of #B71223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71223

Black with #B71223

Text Example


Text Example

White with #B71223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71223; }

 p { color: rgb(183,18,35); }

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

background-color css

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

 a { background-color: rgb(183,18,35); }

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

border-color css

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

 span { border-color: rgb(183,18,35); }

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