Html Css Color HEX #B81821 Fire Engine Red

📋 copy color: '#B81821'

red 184 ◦ green 24 ◦ blue 33

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

Shades of Fire Engine Red #B81821

Tints of Fire Engine Red #B81821

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.96%

 BLUE value IS 33 (13.28% from 255) = 13.69%

R = 76.35%
G = 9.96%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B81821 (or 0xB81821) is known color: Fire Engine Red. HEX triplet: B8, 18 and 21. RGB value is (184,24,33). Sum of RGB (Red+Green+Blue) = 184+24+33=241 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.35% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 184 - color contains mainly: red. Hex color #B81821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81821 is #47E7DE. Grayscale: #484848. Windows color (decimal): -4712415 or 2169016. OLE color: 2169016.

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

Color convert

RGB 184 24 33 -
CMYK 0 0.87 0.82 0.28
HSL 356.63º 0.77% 0.41% -
HSV(B) 356.63º 0.87% 0.72% -
XYZ 20.37 10.95 2.48 -
YUV 72.87 105.51 207.27 -
System Red Green Blue C M Y K H S L
Decimal 184 24 33 0 0.87 0.82 0.28 356.63 0.77 0.41
Hex B8 18 21 0 57 52 1C 165 4D 29
Octal 270 30 41 0 127 122 34 545 115 51
Binary 10111000 11000 100001 0 1010111 1010010 11100 101100101 1001101 101001

Color Harmonies of #B81821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81821

Black with #B81821

Text Example


Text Example

White with #B81821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81821; }

 p { color: rgb(184,24,33); }

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

background-color css

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

 a { background-color: rgb(184,24,33); }

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

border-color css

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

 span { border-color: rgb(184,24,33); }

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