Html Css Color HEX #B21D23 Fire Engine Red

📋 copy color: '#B21D23'

red 178 ◦ green 29 ◦ blue 35

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

Shades of Fire Engine Red #B21D23

Tints of Fire Engine Red #B21D23

RGB

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

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

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

R = 73.55%
G = 11.98%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B21D23 (or 0xB21D23) is known color: Fire Engine Red. HEX triplet: B2, 1D and 23. RGB value is (178,29,35). Sum of RGB (Red+Green+Blue) = 178+29+35=242 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.55% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 35 (14.06% from 255 or 14.46% from 242); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21D23 is #4DE2DC. Grayscale: #4A4A4A. Windows color (decimal): -5104349 or 2301362. OLE color: 2301362.

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

Color convert

RGB 178 29 35 -
CMYK 0 0.84 0.80 0.30
HSL 357.58º 0.72% 0.41% -
HSV(B) 357.58º 0.84% 0.7% -
XYZ 19.1 10.47 2.6 -
YUV 74.24 105.86 202.01 -
System Red Green Blue C M Y K H S L
Decimal 178 29 35 0 0.84 0.80 0.30 357.58 0.72 0.41
Hex B2 1D 23 0 54 50 1E 166 48 29
Octal 262 35 43 0 124 120 36 546 110 51
Binary 10110010 11101 100011 0 1010100 1010000 11110 101100110 1001000 101001

Color Harmonies of #B21D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21D23

Black with #B21D23

Text Example


Text Example

White with #B21D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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