Html Css Color HEX #B51C1F Fire Engine Red

📋 copy color: '#B51C1F'

red 181 ◦ green 28 ◦ blue 31

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

Shades of Fire Engine Red #B51C1F

Tints of Fire Engine Red #B51C1F

RGB

 RED value IS 181 (71.09% from 255) = 75.42%

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

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

R = 75.42%
G = 11.67%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B51C1F (or 0xB51C1F) is known color: Fire Engine Red. HEX triplet: B5, 1C and 1F. RGB value is (181,28,31). Sum of RGB (Red+Green+Blue) = 181+28+31=240 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.42% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 181 - color contains mainly: red. Hex color #B51C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B51C1F is #4AE3E0. Grayscale: #4A4A4A. Windows color (decimal): -4908001 or 2038965. OLE color: 2038965.

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

Color convert

RGB 181 28 31 -
CMYK 0 0.85 0.83 0.29
HSL 358.82º 0.73% 0.41% -
HSV(B) 358.82º 0.85% 0.71% -
XYZ 19.72 10.75 2.33 -
YUV 74.09 103.69 204.26 -
System Red Green Blue C M Y K H S L
Decimal 181 28 31 0 0.85 0.83 0.29 358.82 0.73 0.41
Hex B5 1C 1F 0 55 53 1D 167 49 29
Octal 265 34 37 0 125 123 35 547 111 51
Binary 10110101 11100 11111 0 1010101 1010011 11101 101100111 1001001 101001

Color Harmonies of #B51C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51C1F

Black with #B51C1F

Text Example


Text Example

White with #B51C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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