Html Css Color HEX #88292D Flame Red

📋 copy color: '#88292D'

red 136 ◦ green 41 ◦ blue 45

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

Shades of Flame Red #88292D

Tints of Flame Red #88292D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.27%

R = 61.26%
G = 18.47%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#88292D (or 0x88292D) is known color: Flame Red. HEX triplet: 88, 29 and 2D. RGB value is (136,41,45). Sum of RGB (Red+Green+Blue) = 136+41+45=222 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.26% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 136 - color contains mainly: red. Hex color #88292D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88292D is #77D6D2. Grayscale: #454545. Windows color (decimal): -7853779 or 2959752. OLE color: 2959752.

HSL color Cylindrical-coordinate representation of color #88292D: hue angle of 357.47º 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 #88292D is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 41 45 -
CMYK 0 0.70 0.67 0.47
HSL 357.47º 0.54% 0.35% -
HSV(B) 357.47º 0.7% 0.53% -
XYZ 11.42 7.01 3.23 -
YUV 69.86 113.97 175.17 -
System Red Green Blue C M Y K H S L
Decimal 136 41 45 0 0.70 0.67 0.47 357.47 0.54 0.35
Hex 88 29 2D 0 46 43 2F 165 36 23
Octal 210 51 55 0 106 103 57 545 66 43
Binary 10001000 101001 101101 0 1000110 1000011 101111 101100101 110110 100011

Color Harmonies of #88292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88292D

Black with #88292D

Text Example


Text Example

White with #88292D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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