Html Css Color HEX #B52425 Fire Engine Red

📋 copy color: '#B52425'

red 181 ◦ green 36 ◦ blue 37

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

Shades of Fire Engine Red #B52425

Tints of Fire Engine Red #B52425

RGB

 RED value IS 181 (71.09% from 255) = 71.26%

 GREEN value IS 36 (14.45% from 255) = 14.17%

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

R = 71.26%
G = 14.17%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B52425 (or 0xB52425) is known color: Fire Engine Red. HEX triplet: B5, 24 and 25. RGB value is (181,36,37). Sum of RGB (Red+Green+Blue) = 181+36+37=254 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.26% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 37 (14.84% from 255 or 14.57% from 254); Max value from RGB is 181 - color contains mainly: red. Hex color #B52425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52425 is #4ADBDA. Grayscale: #4F4F4F. Windows color (decimal): -4905947 or 2434229. OLE color: 2434229.

HSL color Cylindrical-coordinate representation of color #B52425: hue angle of 359.59º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52425 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 36 37 -
CMYK 0 0.80 0.80 0.29
HSL 359.59º 0.67% 0.43% -
HSV(B) 359.59º 0.8% 0.71% -
XYZ 20.02 11.22 2.86 -
YUV 79.47 104.04 200.42 -
System Red Green Blue C M Y K H S L
Decimal 181 36 37 0 0.80 0.80 0.29 359.59 0.67 0.43
Hex B5 24 25 0 50 50 1D 168 43 2B
Octal 265 44 45 0 120 120 35 550 103 53
Binary 10110101 100100 100101 0 1010000 1010000 11101 101101000 1000011 101011

Color Harmonies of #B52425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52425

Black with #B52425

Text Example


Text Example

White with #B52425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52425; }

 p { color: rgb(181,36,37); }

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

background-color css

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

 a { background-color: rgb(181,36,37); }

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

border-color css

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

 span { border-color: rgb(181,36,37); }

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