Html Css Color HEX #B71C22 Fire Engine Red

📋 copy color: '#B71C22'

red 183 ◦ green 28 ◦ blue 34

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

Shades of Fire Engine Red #B71C22

Tints of Fire Engine Red #B71C22

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.43%

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

R = 74.69%
G = 11.43%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B71C22 (or 0xB71C22) is known color: Fire Engine Red. HEX triplet: B7, 1C and 22. RGB value is (183,28,34). Sum of RGB (Red+Green+Blue) = 183+28+34=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71C22 is #48E3DD. Grayscale: #4B4B4B. Windows color (decimal): -4776926 or 2235575. OLE color: 2235575.

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

Color convert

RGB 183 28 34 -
CMYK 0 0.85 0.81 0.28
HSL 357.68º 0.73% 0.41% -
HSV(B) 357.68º 0.85% 0.72% -
XYZ 20.23 11.01 2.57 -
YUV 75.03 104.85 205.01 -
System Red Green Blue C M Y K H S L
Decimal 183 28 34 0 0.85 0.81 0.28 357.68 0.73 0.41
Hex B7 1C 22 0 55 51 1C 166 49 29
Octal 267 34 42 0 125 121 34 546 111 51
Binary 10110111 11100 100010 0 1010101 1010001 11100 101100110 1001001 101001

Color Harmonies of #B71C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71C22

Black with #B71C22

Text Example


Text Example

White with #B71C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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