Html Css Color HEX #88212C Flame Red

📋 copy color: '#88212C'

red 136 ◦ green 33 ◦ blue 44

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

Shades of Flame Red #88212C

Tints of Flame Red #88212C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.49%

 BLUE value IS 44 (17.58% from 255) = 20.66%

R = 63.85%
G = 15.49%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#88212C (or 0x88212C) is known color: Flame Red. HEX triplet: 88, 21 and 2C. RGB value is (136,33,44). Sum of RGB (Red+Green+Blue) = 136+33+44=213 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.85% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 136 - color contains mainly: red. Hex color #88212C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88212C is #77DED3. Grayscale: #414141. Windows color (decimal): -7855828 or 2892168. OLE color: 2892168.

HSL color Cylindrical-coordinate representation of color #88212C: hue angle of 353.59º degrees, saturation: 0.61, 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 #88212C is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 33 44 -
CMYK 0 0.76 0.68 0.47
HSL 353.59º 0.61% 0.33% -
HSV(B) 353.59º 0.76% 0.53% -
XYZ 11.15 6.5 3.05 -
YUV 65.05 116.12 178.61 -
System Red Green Blue C M Y K H S L
Decimal 136 33 44 0 0.76 0.68 0.47 353.59 0.61 0.33
Hex 88 21 2C 0 4C 44 2F 162 3D 21
Octal 210 41 54 0 114 104 57 542 75 41
Binary 10001000 100001 101100 0 1001100 1000100 101111 101100010 111101 100001

Color Harmonies of #88212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88212C

Black with #88212C

Text Example


Text Example

White with #88212C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88212C; }

 p { color: rgb(136,33,44); }

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

background-color css

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

 a { background-color: rgb(136,33,44); }

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

border-color css

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

 span { border-color: rgb(136,33,44); }

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