Html Css Color HEX #B31225 Fire Engine Red

📋 copy color: '#B31225'

red 179 ◦ green 18 ◦ blue 37

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

Shades of Fire Engine Red #B31225

Tints of Fire Engine Red #B31225

RGB

 RED value IS 179 (70.31% from 255) = 76.5%

 GREEN value IS 18 (7.42% from 255) = 7.69%

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

R = 76.5%
G = 7.69%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B31225 (or 0xB31225) is known color: Fire Engine Red. HEX triplet: B3, 12 and 25. RGB value is (179,18,37). Sum of RGB (Red+Green+Blue) = 179+18+37=234 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.50% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 179 - color contains mainly: red. Hex color #B31225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31225 is #4CEDDA. Grayscale: #444444. Windows color (decimal): -5041627 or 2429619. OLE color: 2429619.

HSL color Cylindrical-coordinate representation of color #B31225: hue angle of 352.92º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B31225 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 18 37 -
CMYK 0 0.90 0.79 0.30
HSL 352.92º 0.82% 0.39% -
HSV(B) 352.92º 0.9% 0.7% -
XYZ 19.14 10.15 2.7 -
YUV 68.31 110.34 206.96 -
System Red Green Blue C M Y K H S L
Decimal 179 18 37 0 0.90 0.79 0.30 352.92 0.82 0.39
Hex B3 12 25 0 5A 4F 1E 161 52 27
Octal 263 22 45 0 132 117 36 541 122 47
Binary 10110011 10010 100101 0 1011010 1001111 11110 101100001 1010010 100111

Color Harmonies of #B31225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31225

Black with #B31225

Text Example


Text Example

White with #B31225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31225; }

 p { color: rgb(179,18,37); }

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

background-color css

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

 a { background-color: rgb(179,18,37); }

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

border-color css

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

 span { border-color: rgb(179,18,37); }

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