Html Css Color HEX #B21D20 Fire Engine Red

📋 copy color: '#B21D20'

red 178 ◦ green 29 ◦ blue 32

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

Shades of Fire Engine Red #B21D20

Tints of Fire Engine Red #B21D20

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.13%

 BLUE value IS 32 (12.89% from 255) = 13.39%

R = 74.48%
G = 12.13%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B21D20 (or 0xB21D20) is known color: Fire Engine Red. HEX triplet: B2, 1D and 20. RGB value is (178,29,32). Sum of RGB (Red+Green+Blue) = 178+29+32=239 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.48% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21D20 is #4DE2DF. Grayscale: #4A4A4A. Windows color (decimal): -5104352 or 2104754. OLE color: 2104754.

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

Color convert

RGB 178 29 32 -
CMYK 0 0.84 0.82 0.30
HSL 358.79º 0.72% 0.41% -
HSV(B) 358.79º 0.84% 0.7% -
XYZ 19.06 10.45 2.38 -
YUV 73.89 104.36 202.26 -
System Red Green Blue C M Y K H S L
Decimal 178 29 32 0 0.84 0.82 0.30 358.79 0.72 0.41
Hex B2 1D 20 0 54 52 1E 167 48 29
Octal 262 35 40 0 124 122 36 547 110 51
Binary 10110010 11101 100000 0 1010100 1010010 11110 101100111 1001000 101001

Color Harmonies of #B21D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21D20

Black with #B21D20

Text Example


Text Example

White with #B21D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21D20; }

 p { color: rgb(178,29,32); }

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

background-color css

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

 a { background-color: rgb(178,29,32); }

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

border-color css

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

 span { border-color: rgb(178,29,32); }

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