Html Css Color HEX #88292B Flame Red

📋 copy color: '#88292B'

red 136 ◦ green 41 ◦ blue 43

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

Shades of Flame Red #88292B

Tints of Flame Red #88292B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.64%

 BLUE value IS 43 (17.19% from 255) = 19.55%

R = 61.82%
G = 18.64%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#88292B (or 0x88292B) is known color: Flame Red. HEX triplet: 88, 29 and 2B. RGB value is (136,41,43). Sum of RGB (Red+Green+Blue) = 136+41+43=220 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.82% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 136 - color contains mainly: red. Hex color #88292B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88292B is #77D6D4. Grayscale: #454545. Windows color (decimal): -7853781 or 2828680. OLE color: 2828680.

HSL color Cylindrical-coordinate representation of color #88292B: hue angle of 358.74º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #88292B is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 41 43 -
CMYK 0 0.70 0.68 0.47
HSL 358.74º 0.54% 0.35% -
HSV(B) 358.74º 0.7% 0.53% -
XYZ 11.38 6.99 3.04 -
YUV 69.63 112.97 175.34 -
System Red Green Blue C M Y K H S L
Decimal 136 41 43 0 0.70 0.68 0.47 358.74 0.54 0.35
Hex 88 29 2B 0 46 44 2F 167 36 23
Octal 210 51 53 0 106 104 57 547 66 43
Binary 10001000 101001 101011 0 1000110 1000100 101111 101100111 110110 100011

Color Harmonies of #88292B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88292B

Black with #88292B

Text Example


Text Example

White with #88292B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88292B; }

 p { color: rgb(136,41,43); }

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

background-color css

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

 a { background-color: rgb(136,41,43); }

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

border-color css

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

 span { border-color: rgb(136,41,43); }

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