Html Css Color HEX #B81C1F Fire Engine Red

📋 copy color: '#B81C1F'

red 184 ◦ green 28 ◦ blue 31

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

Shades of Fire Engine Red #B81C1F

Tints of Fire Engine Red #B81C1F

RGB

 RED value IS 184 (72.27% from 255) = 75.72%

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

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

R = 75.72%
G = 11.52%
B = 12.76%

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

#B81C1F (or 0xB81C1F) is known color: Fire Engine Red. HEX triplet: B8, 1C and 1F. RGB value is (184,28,31). Sum of RGB (Red+Green+Blue) = 184+28+31=243 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.72% from 243); Green value is 28 (11.33% from 255 or 11.52% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81C1F is #47E3E0. Grayscale: #4B4B4B. Windows color (decimal): -4711393 or 2038968. OLE color: 2038968.

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

Color convert

RGB 184 28 31 -
CMYK 0 0.85 0.83 0.28
HSL 358.85º 0.74% 0.42% -
HSV(B) 358.85º 0.85% 0.72% -
XYZ 20.43 11.12 2.37 -
YUV 74.99 103.18 205.76 -
System Red Green Blue C M Y K H S L
Decimal 184 28 31 0 0.85 0.83 0.28 358.85 0.74 0.42
Hex B8 1C 1F 0 55 53 1C 167 4A 2A
Octal 270 34 37 0 125 123 34 547 112 52
Binary 10111000 11100 11111 0 1010101 1010011 11100 101100111 1001010 101010

Color Harmonies of #B81C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81C1F

Black with #B81C1F

Text Example


Text Example

White with #B81C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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