Html Css Color HEX #B71224 Fire Engine Red

📋 copy color: '#B71224'

red 183 ◦ green 18 ◦ blue 36

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

Shades of Fire Engine Red #B71224

Tints of Fire Engine Red #B71224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.19%

R = 77.22%
G = 7.59%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B71224 (or 0xB71224) is known color: Fire Engine Red. HEX triplet: B7, 12 and 24. RGB value is (183,18,36). Sum of RGB (Red+Green+Blue) = 183+18+36=237 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.22% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 36 (14.45% from 255 or 15.19% from 237); Max value from RGB is 183 - color contains mainly: red. Hex color #B71224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71224 is #48EDDB. Grayscale: #454545. Windows color (decimal): -4779484 or 2364087. OLE color: 2364087.

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

Color convert

RGB 183 18 36 -
CMYK 0 0.90 0.80 0.28
HSL 353.45º 0.82% 0.39% -
HSV(B) 353.45º 0.9% 0.72% -
XYZ 20.06 10.63 2.66 -
YUV 69.39 109.16 209.04 -
System Red Green Blue C M Y K H S L
Decimal 183 18 36 0 0.90 0.80 0.28 353.45 0.82 0.39
Hex B7 12 24 0 5A 50 1C 161 52 27
Octal 267 22 44 0 132 120 34 541 122 47
Binary 10110111 10010 100100 0 1011010 1010000 11100 101100001 1010010 100111

Color Harmonies of #B71224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71224

Black with #B71224

Text Example


Text Example

White with #B71224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71224; }

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

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

background-color css

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

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

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

border-color css

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

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

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