Html Css Color HEX #B41621 Fire Engine Red

📋 copy color: '#B41621'

red 180 ◦ green 22 ◦ blue 33

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

Shades of Fire Engine Red #B41621

Tints of Fire Engine Red #B41621

RGB

 RED value IS 180 (70.7% from 255) = 76.6%

 GREEN value IS 22 (8.98% from 255) = 9.36%

 BLUE value IS 33 (13.28% from 255) = 14.04%

R = 76.6%
G = 9.36%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B41621 (or 0xB41621) is known color: Fire Engine Red. HEX triplet: B4, 16 and 21. RGB value is (180,22,33). Sum of RGB (Red+Green+Blue) = 180+22+33=235 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.60% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 33 (13.28% from 255 or 14.04% from 235); Max value from RGB is 180 - color contains mainly: red. Hex color #B41621 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41621 is #4BE9DE. Grayscale: #464646. Windows color (decimal): -4975071 or 2168500. OLE color: 2168500.

HSL color Cylindrical-coordinate representation of color #B41621: hue angle of 355.82º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B41621 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 22 33 -
CMYK 0 0.88 0.82 0.29
HSL 355.82º 0.78% 0.4% -
HSV(B) 355.82º 0.88% 0.71% -
XYZ 19.38 10.39 2.42 -
YUV 70.5 106.85 206.11 -
System Red Green Blue C M Y K H S L
Decimal 180 22 33 0 0.88 0.82 0.29 355.82 0.78 0.4
Hex B4 16 21 0 58 52 1D 164 4E 28
Octal 264 26 41 0 130 122 35 544 116 50
Binary 10110100 10110 100001 0 1011000 1010010 11101 101100100 1001110 101000

Color Harmonies of #B41621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41621

Black with #B41621

Text Example


Text Example

White with #B41621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41621; }

 p { color: rgb(180,22,33); }

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

background-color css

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

 a { background-color: rgb(180,22,33); }

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

border-color css

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

 span { border-color: rgb(180,22,33); }

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