Html Css Color HEX #B71925 Fire Engine Red

📋 copy color: '#B71925'

red 183 ◦ green 25 ◦ blue 37

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

Shades of Fire Engine Red #B71925

Tints of Fire Engine Red #B71925

RGB

 RED value IS 183 (71.88% from 255) = 74.69%

 GREEN value IS 25 (10.16% from 255) = 10.2%

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

R = 74.69%
G = 10.2%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B71925 (or 0xB71925) is known color: Fire Engine Red. HEX triplet: B7, 19 and 25. RGB value is (183,25,37). Sum of RGB (Red+Green+Blue) = 183+25+37=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B71925 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71925 is #48E6DA. Grayscale: #494949. Windows color (decimal): -4777691 or 2431415. OLE color: 2431415.

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

Color convert

RGB 183 25 37 -
CMYK 0 0.86 0.80 0.28
HSL 355.44º 0.76% 0.41% -
HSV(B) 355.44º 0.86% 0.72% -
XYZ 20.21 10.9 2.79 -
YUV 73.61 107.35 206.02 -
System Red Green Blue C M Y K H S L
Decimal 183 25 37 0 0.86 0.80 0.28 355.44 0.76 0.41
Hex B7 19 25 0 56 50 1C 163 4C 29
Octal 267 31 45 0 126 120 34 543 114 51
Binary 10110111 11001 100101 0 1010110 1010000 11100 101100011 1001100 101001

Color Harmonies of #B71925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71925

Black with #B71925

Text Example


Text Example

White with #B71925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71925; }

 p { color: rgb(183,25,37); }

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

background-color css

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

 a { background-color: rgb(183,25,37); }

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

border-color css

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

 span { border-color: rgb(183,25,37); }

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