Html Css Color HEX #B41D1F Fire Engine Red

📋 copy color: '#B41D1F'

red 180 ◦ green 29 ◦ blue 31

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

Shades of Fire Engine Red #B41D1F

Tints of Fire Engine Red #B41D1F

RGB

 RED value IS 180 (70.7% from 255) = 75%

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

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

R = 75%
G = 12.08%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B41D1F (or 0xB41D1F) is known color: Fire Engine Red. HEX triplet: B4, 1D and 1F. RGB value is (180,29,31). Sum of RGB (Red+Green+Blue) = 180+29+31=240 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 180 - color contains mainly: red. Hex color #B41D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41D1F is #4BE2E0. Grayscale: #4A4A4A. Windows color (decimal): -4973281 or 2039220. OLE color: 2039220.

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

Color convert

RGB 180 29 31 -
CMYK 0 0.84 0.83 0.29
HSL 359.21º 0.72% 0.41% -
HSV(B) 359.21º 0.84% 0.71% -
XYZ 19.51 10.68 2.33 -
YUV 74.38 103.53 203.34 -
System Red Green Blue C M Y K H S L
Decimal 180 29 31 0 0.84 0.83 0.29 359.21 0.72 0.41
Hex B4 1D 1F 0 54 53 1D 167 48 29
Octal 264 35 37 0 124 123 35 547 110 51
Binary 10110100 11101 11111 0 1010100 1010011 11101 101100111 1001000 101001

Color Harmonies of #B41D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41D1F

Black with #B41D1F

Text Example


Text Example

White with #B41D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41D1F; }

 p { color: rgb(180,29,31); }

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

background-color css

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

 a { background-color: rgb(180,29,31); }

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

border-color css

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

 span { border-color: rgb(180,29,31); }

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