Html Css Color HEX #B81422 Fire Engine Red

📋 copy color: '#B81422'

red 184 ◦ green 20 ◦ blue 34

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

Shades of Fire Engine Red #B81422

Tints of Fire Engine Red #B81422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.29%

R = 77.31%
G = 8.4%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B81422 (or 0xB81422) is known color: Fire Engine Red. HEX triplet: B8, 14 and 22. RGB value is (184,20,34). Sum of RGB (Red+Green+Blue) = 184+20+34=238 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.31% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 34 (13.67% from 255 or 14.29% from 238); Max value from RGB is 184 - color contains mainly: red. Hex color #B81422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81422 is #47EBDD. Grayscale: #464646. Windows color (decimal): -4713438 or 2233528. OLE color: 2233528.

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

Color convert

RGB 184 20 34 -
CMYK 0 0.89 0.82 0.28
HSL 354.88º 0.8% 0.4% -
HSV(B) 354.88º 0.89% 0.72% -
XYZ 20.31 10.81 2.53 -
YUV 70.63 107.33 208.86 -
System Red Green Blue C M Y K H S L
Decimal 184 20 34 0 0.89 0.82 0.28 354.88 0.8 0.4
Hex B8 14 22 0 59 52 1C 163 50 28
Octal 270 24 42 0 131 122 34 543 120 50
Binary 10111000 10100 100010 0 1011001 1010010 11100 101100011 1010000 101000

Color Harmonies of #B81422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81422

Black with #B81422

Text Example


Text Example

White with #B81422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81422; }

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

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

background-color css

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

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

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

border-color css

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

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

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