Html Css Color HEX #B81825 Fire Engine Red

📋 copy color: '#B81825'

red 184 ◦ green 24 ◦ blue 37

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

Shades of Fire Engine Red #B81825

Tints of Fire Engine Red #B81825

RGB

 RED value IS 184 (72.27% from 255) = 75.1%

 GREEN value IS 24 (9.77% from 255) = 9.8%

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

R = 75.1%
G = 9.8%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B81825 (or 0xB81825) is known color: Fire Engine Red. HEX triplet: B8, 18 and 25. RGB value is (184,24,37). Sum of RGB (Red+Green+Blue) = 184+24+37=245 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.10% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 184 - color contains mainly: red. Hex color #B81825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81825 is #47E7DA. Grayscale: #494949. Windows color (decimal): -4712411 or 2431160. OLE color: 2431160.

HSL color Cylindrical-coordinate representation of color #B81825: hue angle of 355.12º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B81825 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 24 37 -
CMYK 0 0.87 0.80 0.28
HSL 355.13º 0.77% 0.41% -
HSV(B) 355.13º 0.87% 0.72% -
XYZ 20.43 10.98 2.79 -
YUV 73.32 107.51 206.94 -
System Red Green Blue C M Y K H S L
Decimal 184 24 37 0 0.87 0.80 0.28 355.13 0.77 0.41
Hex B8 18 25 0 57 50 1C 163 4D 29
Octal 270 30 45 0 127 120 34 543 115 51
Binary 10111000 11000 100101 0 1010111 1010000 11100 101100011 1001101 101001

Color Harmonies of #B81825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81825

Black with #B81825

Text Example


Text Example

White with #B81825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81825; }

 p { color: rgb(184,24,37); }

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

background-color css

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

 a { background-color: rgb(184,24,37); }

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

border-color css

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

 span { border-color: rgb(184,24,37); }

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