Html Css Color HEX #B41525 Fire Engine Red

📋 copy color: '#B41525'

red 180 ◦ green 21 ◦ blue 37

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

Shades of Fire Engine Red #B41525

Tints of Fire Engine Red #B41525

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.82%

 BLUE value IS 37 (14.84% from 255) = 15.55%

R = 75.63%
G = 8.82%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B41525 (or 0xB41525) is known color: Fire Engine Red. HEX triplet: B4, 15 and 25. RGB value is (180,21,37). Sum of RGB (Red+Green+Blue) = 180+21+37=238 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.63% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 37 (14.84% from 255 or 15.55% from 238); Max value from RGB is 180 - color contains mainly: red. Hex color #B41525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41525 is #4BEADA. Grayscale: #464646. Windows color (decimal): -4975323 or 2430388. OLE color: 2430388.

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

Color convert

RGB 180 21 37 -
CMYK 0 0.88 0.79 0.29
HSL 353.96º 0.79% 0.39% -
HSV(B) 353.96º 0.88% 0.71% -
XYZ 19.42 10.37 2.73 -
YUV 70.37 109.18 206.2 -
System Red Green Blue C M Y K H S L
Decimal 180 21 37 0 0.88 0.79 0.29 353.96 0.79 0.39
Hex B4 15 25 0 58 4F 1D 162 4F 27
Octal 264 25 45 0 130 117 35 542 117 47
Binary 10110100 10101 100101 0 1011000 1001111 11101 101100010 1001111 100111

Color Harmonies of #B41525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41525

Black with #B41525

Text Example


Text Example

White with #B41525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41525; }

 p { color: rgb(180,21,37); }

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

background-color css

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

 a { background-color: rgb(180,21,37); }

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

border-color css

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

 span { border-color: rgb(180,21,37); }

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