Html Css Color HEX #B41C23 Fire Engine Red

📋 copy color: '#B41C23'

red 180 ◦ green 28 ◦ blue 35

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

Shades of Fire Engine Red #B41C23

Tints of Fire Engine Red #B41C23

RGB

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

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

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

R = 74.07%
G = 11.52%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B41C23 (or 0xB41C23) is known color: Fire Engine Red. HEX triplet: B4, 1C and 23. RGB value is (180,28,35). Sum of RGB (Red+Green+Blue) = 180+28+35=243 (32% of max value = 765). Red value is 180 (70.70% from 255 or 74.07% from 243); Green value is 28 (11.33% from 255 or 11.52% from 243); Blue value is 35 (14.06% from 255 or 14.40% from 243); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41C23 is #4BE3DC. Grayscale: #4A4A4A. Windows color (decimal): -4973533 or 2301108. OLE color: 2301108.

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

Color convert

RGB 180 28 35 -
CMYK 0 0.84 0.81 0.29
HSL 357.24º 0.73% 0.41% -
HSV(B) 357.24º 0.84% 0.71% -
XYZ 19.54 10.66 2.62 -
YUV 74.25 105.86 203.43 -
System Red Green Blue C M Y K H S L
Decimal 180 28 35 0 0.84 0.81 0.29 357.24 0.73 0.41
Hex B4 1C 23 0 54 51 1D 165 49 29
Octal 264 34 43 0 124 121 35 545 111 51
Binary 10110100 11100 100011 0 1010100 1010001 11101 101100101 1001001 101001

Color Harmonies of #B41C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41C23

Black with #B41C23

Text Example


Text Example

White with #B41C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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