Html Css Color HEX #B81C27 Fire Engine Red

📋 copy color: '#B81C27'

red 184 ◦ green 28 ◦ blue 39

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

Shades of Fire Engine Red #B81C27

Tints of Fire Engine Red #B81C27

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.16%

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

R = 73.31%
G = 11.16%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B81C27 (or 0xB81C27) is known color: Fire Engine Red. HEX triplet: B8, 1C and 27. RGB value is (184,28,39). Sum of RGB (Red+Green+Blue) = 184+28+39=251 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.31% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81C27 is #47E3D8. Grayscale: #4C4C4C. Windows color (decimal): -4711385 or 2563256. OLE color: 2563256.

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

Color convert

RGB 184 28 39 -
CMYK 0 0.85 0.79 0.28
HSL 355.77º 0.74% 0.42% -
HSV(B) 355.77º 0.85% 0.72% -
XYZ 20.55 11.17 2.99 -
YUV 75.9 107.18 205.11 -
System Red Green Blue C M Y K H S L
Decimal 184 28 39 0 0.85 0.79 0.28 355.77 0.74 0.42
Hex B8 1C 27 0 55 4F 1C 164 4A 2A
Octal 270 34 47 0 125 117 34 544 112 52
Binary 10111000 11100 100111 0 1010101 1001111 11100 101100100 1001010 101010

Color Harmonies of #B81C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81C27

Black with #B81C27

Text Example


Text Example

White with #B81C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81C27; }

 p { color: rgb(184,28,39); }

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

background-color css

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

 a { background-color: rgb(184,28,39); }

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

border-color css

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

 span { border-color: rgb(184,28,39); }

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