Html Css Color HEX #B71427 Fire Engine Red

📋 copy color: '#B71427'

red 183 ◦ green 20 ◦ blue 39

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

Shades of Fire Engine Red #B71427

Tints of Fire Engine Red #B71427

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.26%

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

R = 75.62%
G = 8.26%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B71427 (or 0xB71427) is known color: Fire Engine Red. HEX triplet: B7, 14 and 27. RGB value is (183,20,39). Sum of RGB (Red+Green+Blue) = 183+20+39=242 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.62% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 39 (15.62% from 255 or 16.12% from 242); Max value from RGB is 183 - color contains mainly: red. Hex color #B71427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71427 is #48EBD8. Grayscale: #464646. Windows color (decimal): -4778969 or 2561207. OLE color: 2561207.

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

Color convert

RGB 183 20 39 -
CMYK 0 0.89 0.79 0.28
HSL 353.01º 0.8% 0.4% -
HSV(B) 353.01º 0.89% 0.72% -
XYZ 20.14 10.71 2.93 -
YUV 70.9 110 207.96 -
System Red Green Blue C M Y K H S L
Decimal 183 20 39 0 0.89 0.79 0.28 353.01 0.8 0.4
Hex B7 14 27 0 59 4F 1C 161 50 28
Octal 267 24 47 0 131 117 34 541 120 50
Binary 10110111 10100 100111 0 1011001 1001111 11100 101100001 1010000 101000

Color Harmonies of #B71427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71427

Black with #B71427

Text Example


Text Example

White with #B71427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71427; }

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

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

background-color css

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

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

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

border-color css

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

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

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