Html Css Color HEX #B21A24 Fire Engine Red

📋 copy color: '#B21A24'

red 178 ◦ green 26 ◦ blue 36

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

Shades of Fire Engine Red #B21A24

Tints of Fire Engine Red #B21A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15%

R = 74.17%
G = 10.83%
B = 15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B21A24 (or 0xB21A24) is known color: Fire Engine Red. HEX triplet: B2, 1A and 24. RGB value is (178,26,36). Sum of RGB (Red+Green+Blue) = 178+26+36=240 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.17% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 36 (14.45% from 255 or 15% from 240); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21A24 is #4DE5DB. Grayscale: #484848. Windows color (decimal): -5105116 or 2366130. OLE color: 2366130.

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

Color convert

RGB 178 26 36 -
CMYK 0 0.85 0.80 0.30
HSL 356.05º 0.75% 0.4% -
HSV(B) 356.05º 0.85% 0.7% -
XYZ 19.05 10.33 2.66 -
YUV 72.59 107.36 203.19 -
System Red Green Blue C M Y K H S L
Decimal 178 26 36 0 0.85 0.80 0.30 356.05 0.75 0.4
Hex B2 1A 24 0 55 50 1E 164 4B 28
Octal 262 32 44 0 125 120 36 544 113 50
Binary 10110010 11010 100100 0 1010101 1010000 11110 101100100 1001011 101000

Color Harmonies of #B21A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21A24

Black with #B21A24

Text Example


Text Example

White with #B21A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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