Html Css Color HEX #B71C1D Fire Engine Red

📋 copy color: '#B71C1D'

red 183 ◦ green 28 ◦ blue 29

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

Shades of Fire Engine Red #B71C1D

Tints of Fire Engine Red #B71C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.08%

R = 76.25%
G = 11.67%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B71C1D (or 0xB71C1D) is known color: Fire Engine Red. HEX triplet: B7, 1C and 1D. RGB value is (183,28,29). Sum of RGB (Red+Green+Blue) = 183+28+29=240 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.25% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71C1D is #48E3E2. Grayscale: #4A4A4A. Windows color (decimal): -4776931 or 1907895. OLE color: 1907895.

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

Color convert

RGB 183 28 29 -
CMYK 0 0.85 0.84 0.28
HSL 359.61º 0.73% 0.41% -
HSV(B) 359.61º 0.85% 0.72% -
XYZ 20.17 10.99 2.22 -
YUV 74.46 102.35 205.42 -
System Red Green Blue C M Y K H S L
Decimal 183 28 29 0 0.85 0.84 0.28 359.61 0.73 0.41
Hex B7 1C 1D 0 55 54 1C 168 49 29
Octal 267 34 35 0 125 124 34 550 111 51
Binary 10110111 11100 11101 0 1010101 1010100 11100 101101000 1001001 101001

Color Harmonies of #B71C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71C1D

Black with #B71C1D

Text Example


Text Example

White with #B71C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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