Html Css Color HEX #882224 Flame Red

📋 copy color: '#882224'

red 136 ◦ green 34 ◦ blue 36

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

Shades of Flame Red #882224

Tints of Flame Red #882224

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.5%

 BLUE value IS 36 (14.45% from 255) = 17.48%

R = 66.02%
G = 16.5%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#882224 (or 0x882224) is known color: Flame Red. HEX triplet: 88, 22 and 24. RGB value is (136,34,36). Sum of RGB (Red+Green+Blue) = 136+34+36=206 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.02% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 36 (14.45% from 255 or 17.48% from 206); Max value from RGB is 136 - color contains mainly: red. Hex color #882224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882224 is #77DDDB. Grayscale: #404040. Windows color (decimal): -7855580 or 2368136. OLE color: 2368136.

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

Color convert

RGB 136 34 36 -
CMYK 0 0.75 0.74 0.47
HSL 358.82º 0.6% 0.33% -
HSV(B) 358.82º 0.75% 0.53% -
XYZ 11.04 6.51 2.34 -
YUV 64.73 111.79 178.84 -
System Red Green Blue C M Y K H S L
Decimal 136 34 36 0 0.75 0.74 0.47 358.82 0.6 0.33
Hex 88 22 24 0 4B 4A 2F 167 3C 21
Octal 210 42 44 0 113 112 57 547 74 41
Binary 10001000 100010 100100 0 1001011 1001010 101111 101100111 111100 100001

Color Harmonies of #882224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882224

Black with #882224

Text Example


Text Example

White with #882224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882224; }

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

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

background-color css

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

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

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

border-color css

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

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

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