Html Css Color HEX #B71A25 Fire Engine Red

📋 copy color: '#B71A25'

red 183 ◦ green 26 ◦ blue 37

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

Shades of Fire Engine Red #B71A25

Tints of Fire Engine Red #B71A25

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.57%

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

R = 74.39%
G = 10.57%
B = 15.04%

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

#B71A25 (or 0xB71A25) is known color: Fire Engine Red. HEX triplet: B7, 1A and 25. RGB value is (183,26,37). Sum of RGB (Red+Green+Blue) = 183+26+37=246 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.39% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 183 - color contains mainly: red. Hex color #B71A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71A25 is #48E5DA. Grayscale: #4A4A4A. Windows color (decimal): -4777435 or 2431671. OLE color: 2431671.

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

Color convert

RGB 183 26 37 -
CMYK 0 0.86 0.80 0.28
HSL 355.8º 0.75% 0.41% -
HSV(B) 355.8º 0.86% 0.72% -
XYZ 20.23 10.94 2.8 -
YUV 74.2 107.01 205.61 -
System Red Green Blue C M Y K H S L
Decimal 183 26 37 0 0.86 0.80 0.28 355.8 0.75 0.41
Hex B7 1A 25 0 56 50 1C 164 4B 29
Octal 267 32 45 0 126 120 34 544 113 51
Binary 10110111 11010 100101 0 1010110 1010000 11100 101100100 1001011 101001

Color Harmonies of #B71A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71A25

Black with #B71A25

Text Example


Text Example

White with #B71A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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