Html Css Color HEX #881E1F Flame Red

📋 copy color: '#881E1F'

red 136 ◦ green 30 ◦ blue 31

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

Shades of Flame Red #881E1F

Tints of Flame Red #881E1F

RGB

 RED value IS 136 (53.52% from 255) = 69.04%

 GREEN value IS 30 (12.11% from 255) = 15.23%

 BLUE value IS 31 (12.5% from 255) = 15.74%

R = 69.04%
G = 15.23%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#881E1F (or 0x881E1F) is known color: Flame Red. HEX triplet: 88, 1E and 1F. RGB value is (136,30,31). Sum of RGB (Red+Green+Blue) = 136+30+31=197 (26% of max value = 765). Red value is 136 (53.52% from 255 or 69.04% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 136 - color contains mainly: red. Hex color #881E1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881E1F is #77E1E0. Grayscale: #3D3D3D. Windows color (decimal): -7856609 or 2039432. OLE color: 2039432.

HSL color Cylindrical-coordinate representation of color #881E1F: hue angle of 359.43º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #881E1F is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 30 31 -
CMYK 0 0.78 0.77 0.47
HSL 359.43º 0.64% 0.33% -
HSV(B) 359.43º 0.78% 0.53% -
XYZ 10.86 6.26 1.93 -
YUV 61.81 110.62 180.92 -
System Red Green Blue C M Y K H S L
Decimal 136 30 31 0 0.78 0.77 0.47 359.43 0.64 0.33
Hex 88 1E 1F 0 4E 4D 2F 167 40 21
Octal 210 36 37 0 116 115 57 547 100 41
Binary 10001000 11110 11111 0 1001110 1001101 101111 101100111 1000000 100001

Color Harmonies of #881E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881E1F

Black with #881E1F

Text Example


Text Example

White with #881E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881E1F; }

 p { color: rgb(136,30,31); }

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

background-color css

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

 a { background-color: rgb(136,30,31); }

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

border-color css

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

 span { border-color: rgb(136,30,31); }

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