Html Css Color HEX #B71C26 Fire Engine Red

📋 copy color: '#B71C26'

red 183 ◦ green 28 ◦ blue 38

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

Shades of Fire Engine Red #B71C26

Tints of Fire Engine Red #B71C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.26%

R = 73.49%
G = 11.24%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B71C26 (or 0xB71C26) is known color: Fire Engine Red. HEX triplet: B7, 1C and 26. RGB value is (183,28,38). Sum of RGB (Red+Green+Blue) = 183+28+38=249 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.49% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71C26 is #48E3D9. Grayscale: #4B4B4B. Windows color (decimal): -4776922 or 2497719. OLE color: 2497719.

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

Color convert

RGB 183 28 38 -
CMYK 0 0.85 0.79 0.28
HSL 356.13º 0.73% 0.41% -
HSV(B) 356.13º 0.85% 0.72% -
XYZ 20.29 11.04 2.89 -
YUV 75.49 106.85 204.69 -
System Red Green Blue C M Y K H S L
Decimal 183 28 38 0 0.85 0.79 0.28 356.13 0.73 0.41
Hex B7 1C 26 0 55 4F 1C 164 49 29
Octal 267 34 46 0 125 117 34 544 111 51
Binary 10110111 11100 100110 0 1010101 1001111 11100 101100100 1001001 101001

Color Harmonies of #B71C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71C26

Black with #B71C26

Text Example


Text Example

White with #B71C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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