Html Css Color HEX #88262F Flame Red

📋 copy color: '#88262F'

red 136 ◦ green 38 ◦ blue 47

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

Shades of Flame Red #88262F

Tints of Flame Red #88262F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.19%

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

R = 61.54%
G = 17.19%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#88262F (or 0x88262F) is known color: Flame Red. HEX triplet: 88, 26 and 2F. RGB value is (136,38,47). Sum of RGB (Red+Green+Blue) = 136+38+47=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #88262F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88262F is #77D9D0. Grayscale: #444444. Windows color (decimal): -7854545 or 3090056. OLE color: 3090056.

HSL color Cylindrical-coordinate representation of color #88262F: hue angle of 354.49º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #88262F is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 38 47 -
CMYK 0 0.72 0.65 0.47
HSL 354.49º 0.56% 0.34% -
HSV(B) 354.49º 0.72% 0.53% -
XYZ 11.36 6.83 3.41 -
YUV 68.33 115.97 176.27 -
System Red Green Blue C M Y K H S L
Decimal 136 38 47 0 0.72 0.65 0.47 354.49 0.56 0.34
Hex 88 26 2F 0 48 41 2F 162 38 22
Octal 210 46 57 0 110 101 57 542 70 42
Binary 10001000 100110 101111 0 1001000 1000001 101111 101100010 111000 100010

Color Harmonies of #88262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88262F

Black with #88262F

Text Example


Text Example

White with #88262F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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