Html Css Color HEX #88292F Flame Red

📋 copy color: '#88292F'

red 136 ◦ green 41 ◦ blue 47

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

Shades of Flame Red #88292F

Tints of Flame Red #88292F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.98%

R = 60.71%
G = 18.3%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#88292F (or 0x88292F) is known color: Flame Red. HEX triplet: 88, 29 and 2F. RGB value is (136,41,47). Sum of RGB (Red+Green+Blue) = 136+41+47=224 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.71% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 136 - color contains mainly: red. Hex color #88292F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88292F is #77D6D0. Grayscale: #464646. Windows color (decimal): -7853777 or 3090824. OLE color: 3090824.

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

Color convert

RGB 136 41 47 -
CMYK 0 0.70 0.65 0.47
HSL 356.21º 0.54% 0.35% -
HSV(B) 356.21º 0.7% 0.53% -
XYZ 11.46 7.03 3.44 -
YUV 70.09 114.97 175.01 -
System Red Green Blue C M Y K H S L
Decimal 136 41 47 0 0.70 0.65 0.47 356.21 0.54 0.35
Hex 88 29 2F 0 46 41 2F 164 36 23
Octal 210 51 57 0 106 101 57 544 66 43
Binary 10001000 101001 101111 0 1000110 1000001 101111 101100100 110110 100011

Color Harmonies of #88292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88292F

Black with #88292F

Text Example


Text Example

White with #88292F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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