Html Css Color HEX #B71825 Fire Engine Red

📋 copy color: '#B71825'

red 183 ◦ green 24 ◦ blue 37

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

Shades of Fire Engine Red #B71825

Tints of Fire Engine Red #B71825

RGB

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

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

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

R = 75%
G = 9.84%
B = 15.16%

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

#B71825 (or 0xB71825) is known color: Fire Engine Red. HEX triplet: B7, 18 and 25. RGB value is (183,24,37). Sum of RGB (Red+Green+Blue) = 183+24+37=244 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 183 - color contains mainly: red. Hex color #B71825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71825 is #48E7DA. Grayscale: #494949. Windows color (decimal): -4777947 or 2431159. OLE color: 2431159.

HSL color Cylindrical-coordinate representation of color #B71825: hue angle of 355.09º 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 #B71825 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 24 37 -
CMYK 0 0.87 0.80 0.28
HSL 355.09º 0.77% 0.41% -
HSV(B) 355.09º 0.87% 0.72% -
XYZ 20.19 10.85 2.78 -
YUV 73.02 107.68 206.44 -
System Red Green Blue C M Y K H S L
Decimal 183 24 37 0 0.87 0.80 0.28 355.09 0.77 0.41
Hex B7 18 25 0 57 50 1C 163 4D 29
Octal 267 30 45 0 127 120 34 543 115 51
Binary 10110111 11000 100101 0 1010111 1010000 11100 101100011 1001101 101001

Color Harmonies of #B71825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71825

Black with #B71825

Text Example


Text Example

White with #B71825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71825; }

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

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

background-color css

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

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

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

border-color css

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

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

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