Html Css Color HEX #B21525 Fire Engine Red

📋 copy color: '#B21525'

red 178 ◦ green 21 ◦ blue 37

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

Shades of Fire Engine Red #B21525

Tints of Fire Engine Red #B21525

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.9%

 BLUE value IS 37 (14.84% from 255) = 15.68%

R = 75.42%
G = 8.9%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B21525 (or 0xB21525) is known color: Fire Engine Red. HEX triplet: B2, 15 and 25. RGB value is (178,21,37). Sum of RGB (Red+Green+Blue) = 178+21+37=236 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.42% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 178 - color contains mainly: red. Hex color #B21525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21525 is #4DEADA. Grayscale: #454545. Windows color (decimal): -5106395 or 2430386. OLE color: 2430386.

HSL color Cylindrical-coordinate representation of color #B21525: hue angle of 353.89º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B21525 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 21 37 -
CMYK 0 0.88 0.79 0.30
HSL 353.89º 0.79% 0.39% -
HSV(B) 353.89º 0.88% 0.7% -
XYZ 18.96 10.13 2.71 -
YUV 69.77 109.51 205.2 -
System Red Green Blue C M Y K H S L
Decimal 178 21 37 0 0.88 0.79 0.30 353.89 0.79 0.39
Hex B2 15 25 0 58 4F 1E 162 4F 27
Octal 262 25 45 0 130 117 36 542 117 47
Binary 10110010 10101 100101 0 1011000 1001111 11110 101100010 1001111 100111

Color Harmonies of #B21525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21525

Black with #B21525

Text Example


Text Example

White with #B21525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21525; }

 p { color: rgb(178,21,37); }

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

background-color css

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

 a { background-color: rgb(178,21,37); }

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

border-color css

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

 span { border-color: rgb(178,21,37); }

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