Html Css Color HEX #B21B21 Fire Engine Red

📋 copy color: '#B21B21'

red 178 ◦ green 27 ◦ blue 33

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

Shades of Fire Engine Red #B21B21

Tints of Fire Engine Red #B21B21

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.34%

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

R = 74.79%
G = 11.34%
B = 13.87%

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

#B21B21 (or 0xB21B21) is known color: Fire Engine Red. HEX triplet: B2, 1B and 21. RGB value is (178,27,33). Sum of RGB (Red+Green+Blue) = 178+27+33=238 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.79% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 33 (13.28% from 255 or 13.87% from 238); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21B21 is #4DE4DE. Grayscale: #484848. Windows color (decimal): -5104863 or 2169778. OLE color: 2169778.

HSL color Cylindrical-coordinate representation of color #B21B21: hue angle of 357.62º degrees, saturation: 0.74, 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 #B21B21 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 27 33 -
CMYK 0 0.85 0.81 0.30
HSL 357.62º 0.74% 0.4% -
HSV(B) 357.62º 0.85% 0.7% -
XYZ 19.03 10.36 2.44 -
YUV 72.83 105.53 203.01 -
System Red Green Blue C M Y K H S L
Decimal 178 27 33 0 0.85 0.81 0.30 357.62 0.74 0.4
Hex B2 1B 21 0 55 51 1E 166 4A 28
Octal 262 33 41 0 125 121 36 546 112 50
Binary 10110010 11011 100001 0 1010101 1010001 11110 101100110 1001010 101000

Color Harmonies of #B21B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21B21

Black with #B21B21

Text Example


Text Example

White with #B21B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21B21; }

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

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

background-color css

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

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

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

border-color css

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

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

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