Html Css Color HEX #882022 Flame Red

📋 copy color: '#882022'

red 136 ◦ green 32 ◦ blue 34

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

Shades of Flame Red #882022

Tints of Flame Red #882022

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.84%

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

R = 67.33%
G = 15.84%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#882022 (or 0x882022) is known color: Flame Red. HEX triplet: 88, 20 and 22. RGB value is (136,32,34). Sum of RGB (Red+Green+Blue) = 136+32+34=202 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.33% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 34 (13.67% from 255 or 16.83% from 202); Max value from RGB is 136 - color contains mainly: red. Hex color #882022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882022 is #77DFDD. Grayscale: #3F3F3F. Windows color (decimal): -7856094 or 2236552. OLE color: 2236552.

HSL color Cylindrical-coordinate representation of color #882022: hue angle of 358.85º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882022 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 32 34 -
CMYK 0 0.76 0.75 0.47
HSL 358.85º 0.62% 0.33% -
HSV(B) 358.85º 0.76% 0.53% -
XYZ 10.96 6.38 2.17 -
YUV 63.32 111.46 179.84 -
System Red Green Blue C M Y K H S L
Decimal 136 32 34 0 0.76 0.75 0.47 358.85 0.62 0.33
Hex 88 20 22 0 4C 4B 2F 167 3E 21
Octal 210 40 42 0 114 113 57 547 76 41
Binary 10001000 100000 100010 0 1001100 1001011 101111 101100111 111110 100001

Color Harmonies of #882022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882022

Black with #882022

Text Example


Text Example

White with #882022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882022; }

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

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

background-color css

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

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

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

border-color css

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

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

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