Html Css Color HEX #B81323 Fire Engine Red

📋 copy color: '#B81323'

red 184 ◦ green 19 ◦ blue 35

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

Shades of Fire Engine Red #B81323

Tints of Fire Engine Red #B81323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.98%

 BLUE value IS 35 (14.06% from 255) = 14.71%

R = 77.31%
G = 7.98%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B81323 (or 0xB81323) is known color: Fire Engine Red. HEX triplet: B8, 13 and 23. RGB value is (184,19,35). Sum of RGB (Red+Green+Blue) = 184+19+35=238 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.31% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 35 (14.06% from 255 or 14.71% from 238); Max value from RGB is 184 - color contains mainly: red. Hex color #B81323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81323 is #47ECDC. Grayscale: #464646. Windows color (decimal): -4713693 or 2298808. OLE color: 2298808.

HSL color Cylindrical-coordinate representation of color #B81323: hue angle of 354.18º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81323 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 19 35 -
CMYK 0 0.90 0.81 0.28
HSL 354.18º 0.81% 0.4% -
HSV(B) 354.18º 0.9% 0.72% -
XYZ 20.3 10.78 2.6 -
YUV 70.16 108.16 209.2 -
System Red Green Blue C M Y K H S L
Decimal 184 19 35 0 0.90 0.81 0.28 354.18 0.81 0.4
Hex B8 13 23 0 5A 51 1C 162 51 28
Octal 270 23 43 0 132 121 34 542 121 50
Binary 10111000 10011 100011 0 1011010 1010001 11100 101100010 1010001 101000

Color Harmonies of #B81323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81323

Black with #B81323

Text Example


Text Example

White with #B81323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81323; }

 p { color: rgb(184,19,35); }

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

background-color css

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

 a { background-color: rgb(184,19,35); }

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

border-color css

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

 span { border-color: rgb(184,19,35); }

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