Html Css Color HEX #B41C21 Fire Engine Red

📋 copy color: '#B41C21'

red 180 ◦ green 28 ◦ blue 33

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

Shades of Fire Engine Red #B41C21

Tints of Fire Engine Red #B41C21

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.62%

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

R = 74.69%
G = 11.62%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B41C21 (or 0xB41C21) is known color: Fire Engine Red. HEX triplet: B4, 1C and 21. RGB value is (180,28,33). Sum of RGB (Red+Green+Blue) = 180+28+33=241 (31% of max value = 765). Red value is 180 (70.70% from 255 or 74.69% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41C21 is #4BE3DE. Grayscale: #4A4A4A. Windows color (decimal): -4973535 or 2170036. OLE color: 2170036.

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

Color convert

RGB 180 28 33 -
CMYK 0 0.84 0.82 0.29
HSL 358.03º 0.73% 0.41% -
HSV(B) 358.03º 0.84% 0.71% -
XYZ 19.51 10.64 2.46 -
YUV 74.02 104.86 203.59 -
System Red Green Blue C M Y K H S L
Decimal 180 28 33 0 0.84 0.82 0.29 358.03 0.73 0.41
Hex B4 1C 21 0 54 52 1D 166 49 29
Octal 264 34 41 0 124 122 35 546 111 51
Binary 10110100 11100 100001 0 1010100 1010010 11101 101100110 1001001 101001

Color Harmonies of #B41C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41C21

Black with #B41C21

Text Example


Text Example

White with #B41C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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