Html Css Color HEX #B21423 Fire Engine Red

📋 copy color: '#B21423'

red 178 ◦ green 20 ◦ blue 35

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

Shades of Fire Engine Red #B21423

Tints of Fire Engine Red #B21423

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.58%

 BLUE value IS 35 (14.06% from 255) = 15.02%

R = 76.39%
G = 8.58%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B21423 (or 0xB21423) is known color: Fire Engine Red. HEX triplet: B2, 14 and 23. RGB value is (178,20,35). Sum of RGB (Red+Green+Blue) = 178+20+35=233 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.39% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 35 (14.06% from 255 or 15.02% from 233); Max value from RGB is 178 - color contains mainly: red. Hex color #B21423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21423 is #4DEBDC. Grayscale: #454545. Windows color (decimal): -5106653 or 2299058. OLE color: 2299058.

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

Color convert

RGB 178 20 35 -
CMYK 0 0.89 0.80 0.30
HSL 354.3º 0.8% 0.39% -
HSV(B) 354.3º 0.89% 0.7% -
XYZ 18.91 10.09 2.54 -
YUV 68.95 108.85 205.78 -
System Red Green Blue C M Y K H S L
Decimal 178 20 35 0 0.89 0.80 0.30 354.3 0.8 0.39
Hex B2 14 23 0 59 50 1E 162 50 27
Octal 262 24 43 0 131 120 36 542 120 47
Binary 10110010 10100 100011 0 1011001 1010000 11110 101100010 1010000 100111

Color Harmonies of #B21423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21423

Black with #B21423

Text Example


Text Example

White with #B21423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21423; }

 p { color: rgb(178,20,35); }

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

background-color css

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

 a { background-color: rgb(178,20,35); }

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

border-color css

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

 span { border-color: rgb(178,20,35); }

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