Html Css Color HEX #B71727 Fire Engine Red

📋 copy color: '#B71727'

red 183 ◦ green 23 ◦ blue 39

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

Shades of Fire Engine Red #B71727

Tints of Fire Engine Red #B71727

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.39%

 BLUE value IS 39 (15.63% from 255) = 15.92%

R = 74.69%
G = 9.39%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B71727 (or 0xB71727) is known color: Fire Engine Red. HEX triplet: B7, 17 and 27. RGB value is (183,23,39). Sum of RGB (Red+Green+Blue) = 183+23+39=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B71727 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71727 is #48E8D8. Grayscale: #484848. Windows color (decimal): -4778201 or 2561975. OLE color: 2561975.

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

Color convert

RGB 183 23 39 -
CMYK 0 0.87 0.79 0.28
HSL 354º 0.78% 0.4% -
HSV(B) 354º 0.87% 0.72% -
XYZ 20.2 10.83 2.94 -
YUV 72.66 109.01 206.7 -
System Red Green Blue C M Y K H S L
Decimal 183 23 39 0 0.87 0.79 0.28 354 0.78 0.4
Hex B7 17 27 0 57 4F 1C 162 4E 28
Octal 267 27 47 0 127 117 34 542 116 50
Binary 10110111 10111 100111 0 1010111 1001111 11100 101100010 1001110 101000

Color Harmonies of #B71727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71727

Black with #B71727

Text Example


Text Example

White with #B71727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71727; }

 p { color: rgb(183,23,39); }

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

background-color css

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

 a { background-color: rgb(183,23,39); }

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

border-color css

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

 span { border-color: rgb(183,23,39); }

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