Html Css Color HEX #881E22 Flame Red

📋 copy color: '#881E22'

red 136 ◦ green 30 ◦ blue 34

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

Shades of Flame Red #881E22

Tints of Flame Red #881E22

RGB

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

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

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

R = 68%
G = 15%
B = 17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#881E22 (or 0x881E22) is known color: Flame Red. HEX triplet: 88, 1E and 22. RGB value is (136,30,34). Sum of RGB (Red+Green+Blue) = 136+30+34=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 30 (12.11% from 255 or 15% from 200); Blue value is 34 (13.67% from 255 or 17% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #881E22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881E22 is #77E1DD. Grayscale: #3E3E3E. Windows color (decimal): -7856606 or 2236040. OLE color: 2236040.

HSL color Cylindrical-coordinate representation of color #881E22: hue angle of 357.74º 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 #881E22 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 30 34 -
CMYK 0 0.78 0.75 0.47
HSL 357.74º 0.64% 0.33% -
HSV(B) 357.74º 0.78% 0.53% -
XYZ 10.91 6.28 2.15 -
YUV 62.15 112.12 180.67 -
System Red Green Blue C M Y K H S L
Decimal 136 30 34 0 0.78 0.75 0.47 357.74 0.64 0.33
Hex 88 1E 22 0 4E 4B 2F 166 40 21
Octal 210 36 42 0 116 113 57 546 100 41
Binary 10001000 11110 100010 0 1001110 1001011 101111 101100110 1000000 100001

Color Harmonies of #881E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881E22

Black with #881E22

Text Example


Text Example

White with #881E22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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