Html Css Color HEX #B21A21 Fire Engine Red

📋 copy color: '#B21A21'

red 178 ◦ green 26 ◦ blue 33

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

Shades of Fire Engine Red #B21A21

Tints of Fire Engine Red #B21A21

RGB

 RED value IS 178 (69.92% from 255) = 75.11%

 GREEN value IS 26 (10.55% from 255) = 10.97%

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

R = 75.11%
G = 10.97%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B21A21 (or 0xB21A21) is known color: Fire Engine Red. HEX triplet: B2, 1A and 21. RGB value is (178,26,33). Sum of RGB (Red+Green+Blue) = 178+26+33=237 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.11% from 237); Green value is 26 (10.55% from 255 or 10.97% from 237); Blue value is 33 (13.28% from 255 or 13.92% from 237); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21A21 is #4DE5DE. Grayscale: #484848. Windows color (decimal): -5105119 or 2169522. OLE color: 2169522.

HSL color Cylindrical-coordinate representation of color #B21A21: hue angle of 357.24º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21A21 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 26 33 -
CMYK 0 0.85 0.81 0.30
HSL 357.24º 0.75% 0.4% -
HSV(B) 357.24º 0.85% 0.7% -
XYZ 19 10.31 2.43 -
YUV 72.25 105.86 203.43 -
System Red Green Blue C M Y K H S L
Decimal 178 26 33 0 0.85 0.81 0.30 357.24 0.75 0.4
Hex B2 1A 21 0 55 51 1E 165 4B 28
Octal 262 32 41 0 125 121 36 545 113 50
Binary 10110010 11010 100001 0 1010101 1010001 11110 101100101 1001011 101000

Color Harmonies of #B21A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21A21

Black with #B21A21

Text Example


Text Example

White with #B21A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21A21; }

 p { color: rgb(178,26,33); }

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

background-color css

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

 a { background-color: rgb(178,26,33); }

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

border-color css

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

 span { border-color: rgb(178,26,33); }

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