Html Css Color HEX #B41D25 Fire Engine Red

📋 copy color: '#B41D25'

red 180 ◦ green 29 ◦ blue 37

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

Shades of Fire Engine Red #B41D25

Tints of Fire Engine Red #B41D25

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.79%

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

R = 73.17%
G = 11.79%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B41D25 (or 0xB41D25) is known color: Fire Engine Red. HEX triplet: B4, 1D and 25. RGB value is (180,29,37). Sum of RGB (Red+Green+Blue) = 180+29+37=246 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.17% from 246); Green value is 29 (11.72% from 255 or 11.79% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 180 - color contains mainly: red. Hex color #B41D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41D25 is #4BE2DA. Grayscale: #4B4B4B. Windows color (decimal): -4973275 or 2432436. OLE color: 2432436.

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

Color convert

RGB 180 29 37 -
CMYK 0 0.84 0.79 0.29
HSL 356.82º 0.72% 0.41% -
HSV(B) 356.82º 0.84% 0.71% -
XYZ 19.6 10.72 2.79 -
YUV 75.06 106.53 202.85 -
System Red Green Blue C M Y K H S L
Decimal 180 29 37 0 0.84 0.79 0.29 356.82 0.72 0.41
Hex B4 1D 25 0 54 4F 1D 165 48 29
Octal 264 35 45 0 124 117 35 545 110 51
Binary 10110100 11101 100101 0 1010100 1001111 11101 101100101 1001000 101001

Color Harmonies of #B41D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41D25

Black with #B41D25

Text Example


Text Example

White with #B41D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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