Html Css Color HEX #B81426 Fire Engine Red

📋 copy color: '#B81426'

red 184 ◦ green 20 ◦ blue 38

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

Shades of Fire Engine Red #B81426

Tints of Fire Engine Red #B81426

RGB

 RED value IS 184 (72.27% from 255) = 76.03%

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

 BLUE value IS 38 (15.23% from 255) = 15.7%

R = 76.03%
G = 8.26%
B = 15.7%

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

#B81426 (or 0xB81426) is known color: Fire Engine Red. HEX triplet: B8, 14 and 26. RGB value is (184,20,38). Sum of RGB (Red+Green+Blue) = 184+20+38=242 (32% of max value = 765). Red value is 184 (72.27% from 255 or 76.03% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 38 (15.23% from 255 or 15.70% from 242); Max value from RGB is 184 - color contains mainly: red. Hex color #B81426 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81426 is #47EBD9. Grayscale: #474747. Windows color (decimal): -4713434 or 2495672. OLE color: 2495672.

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

Color convert

RGB 184 20 38 -
CMYK 0 0.89 0.79 0.28
HSL 353.41º 0.8% 0.4% -
HSV(B) 353.41º 0.89% 0.72% -
XYZ 20.37 10.83 2.85 -
YUV 71.09 109.33 208.54 -
System Red Green Blue C M Y K H S L
Decimal 184 20 38 0 0.89 0.79 0.28 353.41 0.8 0.4
Hex B8 14 26 0 59 4F 1C 161 50 28
Octal 270 24 46 0 131 117 34 541 120 50
Binary 10111000 10100 100110 0 1011001 1001111 11100 101100001 1010000 101000

Color Harmonies of #B81426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81426

Black with #B81426

Text Example


Text Example

White with #B81426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81426; }

 p { color: rgb(184,20,38); }

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

background-color css

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

 a { background-color: rgb(184,20,38); }

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

border-color css

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

 span { border-color: rgb(184,20,38); }

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