Html Css Color HEX #88212E Flame Red

📋 copy color: '#88212E'

red 136 ◦ green 33 ◦ blue 46

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

Shades of Flame Red #88212E

Tints of Flame Red #88212E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.4%

R = 63.26%
G = 15.35%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#88212E (or 0x88212E) is known color: Flame Red. HEX triplet: 88, 21 and 2E. RGB value is (136,33,46). Sum of RGB (Red+Green+Blue) = 136+33+46=215 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.26% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 136 - color contains mainly: red. Hex color #88212E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88212E is #77DED1. Grayscale: #414141. Windows color (decimal): -7855826 or 3023240. OLE color: 3023240.

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

Color convert

RGB 136 33 46 -
CMYK 0 0.76 0.66 0.47
HSL 352.43º 0.61% 0.33% -
HSV(B) 352.43º 0.76% 0.53% -
XYZ 11.19 6.52 3.25 -
YUV 65.28 117.12 178.44 -
System Red Green Blue C M Y K H S L
Decimal 136 33 46 0 0.76 0.66 0.47 352.43 0.61 0.33
Hex 88 21 2E 0 4C 42 2F 160 3D 21
Octal 210 41 56 0 114 102 57 540 75 41
Binary 10001000 100001 101110 0 1001100 1000010 101111 101100000 111101 100001

Color Harmonies of #88212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88212E

Black with #88212E

Text Example


Text Example

White with #88212E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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