Html Css Color HEX #B81C21 Fire Engine Red

📋 copy color: '#B81C21'

red 184 ◦ green 28 ◦ blue 33

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

Shades of Fire Engine Red #B81C21

Tints of Fire Engine Red #B81C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.47%

R = 75.1%
G = 11.43%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B81C21 (or 0xB81C21) is known color: Fire Engine Red. HEX triplet: B8, 1C and 21. RGB value is (184,28,33). Sum of RGB (Red+Green+Blue) = 184+28+33=245 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.10% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81C21 is #47E3DE. Grayscale: #4B4B4B. Windows color (decimal): -4711391 or 2170040. OLE color: 2170040.

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

Color convert

RGB 184 28 33 -
CMYK 0 0.85 0.82 0.28
HSL 358.08º 0.74% 0.42% -
HSV(B) 358.08º 0.85% 0.72% -
XYZ 20.46 11.13 2.51 -
YUV 75.21 104.18 205.59 -
System Red Green Blue C M Y K H S L
Decimal 184 28 33 0 0.85 0.82 0.28 358.08 0.74 0.42
Hex B8 1C 21 0 55 52 1C 166 4A 2A
Octal 270 34 41 0 125 122 34 546 112 52
Binary 10111000 11100 100001 0 1010101 1010010 11100 101100110 1001010 101010

Color Harmonies of #B81C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81C21

Black with #B81C21

Text Example


Text Example

White with #B81C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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