Html Css Color HEX #B41325 Fire Engine Red

📋 copy color: '#B41325'

red 180 ◦ green 19 ◦ blue 37

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

Shades of Fire Engine Red #B41325

Tints of Fire Engine Red #B41325

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.05%

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

R = 76.27%
G = 8.05%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B41325 (or 0xB41325) is known color: Fire Engine Red. HEX triplet: B4, 13 and 25. RGB value is (180,19,37). Sum of RGB (Red+Green+Blue) = 180+19+37=236 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.27% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 180 - color contains mainly: red. Hex color #B41325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41325 is #4BECDA. Grayscale: #454545. Windows color (decimal): -4975835 or 2429876. OLE color: 2429876.

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

Color convert

RGB 180 19 37 -
CMYK 0 0.89 0.79 0.29
HSL 353.29º 0.81% 0.39% -
HSV(B) 353.29º 0.89% 0.71% -
XYZ 19.39 10.3 2.72 -
YUV 69.19 109.84 207.04 -
System Red Green Blue C M Y K H S L
Decimal 180 19 37 0 0.89 0.79 0.29 353.29 0.81 0.39
Hex B4 13 25 0 59 4F 1D 161 51 27
Octal 264 23 45 0 131 117 35 541 121 47
Binary 10110100 10011 100101 0 1011001 1001111 11101 101100001 1010001 100111

Color Harmonies of #B41325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41325

Black with #B41325

Text Example


Text Example

White with #B41325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41325; }

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

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

background-color css

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

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

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

border-color css

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

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

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