Html Css Color HEX #B71A1D Fire Engine Red

📋 copy color: '#B71A1D'

red 183 ◦ green 26 ◦ blue 29

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

Shades of Fire Engine Red #B71A1D

Tints of Fire Engine Red #B71A1D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.92%

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

R = 76.89%
G = 10.92%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B71A1D (or 0xB71A1D) is known color: Fire Engine Red. HEX triplet: B7, 1A and 1D. RGB value is (183,26,29). Sum of RGB (Red+Green+Blue) = 183+26+29=238 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.89% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 29 (11.72% from 255 or 12.18% from 238); Max value from RGB is 183 - color contains mainly: red. Hex color #B71A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71A1D is #48E5E2. Grayscale: #494949. Windows color (decimal): -4777443 or 1907383. OLE color: 1907383.

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

Color convert

RGB 183 26 29 -
CMYK 0 0.86 0.84 0.28
HSL 358.85º 0.75% 0.41% -
HSV(B) 358.85º 0.86% 0.72% -
XYZ 20.12 10.89 2.2 -
YUV 73.29 103.01 206.26 -
System Red Green Blue C M Y K H S L
Decimal 183 26 29 0 0.86 0.84 0.28 358.85 0.75 0.41
Hex B7 1A 1D 0 56 54 1C 167 4B 29
Octal 267 32 35 0 126 124 34 547 113 51
Binary 10110111 11010 11101 0 1010110 1010100 11100 101100111 1001011 101001

Color Harmonies of #B71A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71A1D

Black with #B71A1D

Text Example


Text Example

White with #B71A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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