Html Css Color HEX #B71C1F Fire Engine Red

📋 copy color: '#B71C1F'

red 183 ◦ green 28 ◦ blue 31

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

Shades of Fire Engine Red #B71C1F

Tints of Fire Engine Red #B71C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.81%

R = 75.62%
G = 11.57%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B71C1F (or 0xB71C1F) is known color: Fire Engine Red. HEX triplet: B7, 1C and 1F. RGB value is (183,28,31). Sum of RGB (Red+Green+Blue) = 183+28+31=242 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.62% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71C1F is #48E3E0. Grayscale: #4A4A4A. Windows color (decimal): -4776929 or 2038967. OLE color: 2038967.

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

Color convert

RGB 183 28 31 -
CMYK 0 0.85 0.83 0.28
HSL 358.84º 0.73% 0.41% -
HSV(B) 358.84º 0.85% 0.72% -
XYZ 20.19 11 2.35 -
YUV 74.69 103.35 205.26 -
System Red Green Blue C M Y K H S L
Decimal 183 28 31 0 0.85 0.83 0.28 358.84 0.73 0.41
Hex B7 1C 1F 0 55 53 1C 167 49 29
Octal 267 34 37 0 125 123 34 547 111 51
Binary 10110111 11100 11111 0 1010101 1010011 11100 101100111 1001001 101001

Color Harmonies of #B71C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71C1F

Black with #B71C1F

Text Example


Text Example

White with #B71C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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