Html Css Color HEX #88262E Flame Red

📋 copy color: '#88262E'

red 136 ◦ green 38 ◦ blue 46

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

Shades of Flame Red #88262E

Tints of Flame Red #88262E

RGB

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

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

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

R = 61.82%
G = 17.27%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#88262E (or 0x88262E) is known color: Flame Red. HEX triplet: 88, 26 and 2E. RGB value is (136,38,46). Sum of RGB (Red+Green+Blue) = 136+38+46=220 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.82% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 136 - color contains mainly: red. Hex color #88262E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88262E is #77D9D1. Grayscale: #444444. Windows color (decimal): -7854546 or 3024520. OLE color: 3024520.

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

Color convert

RGB 136 38 46 -
CMYK 0 0.72 0.66 0.47
HSL 355.1º 0.56% 0.34% -
HSV(B) 355.1º 0.72% 0.53% -
XYZ 11.34 6.82 3.3 -
YUV 68.21 115.47 176.35 -
System Red Green Blue C M Y K H S L
Decimal 136 38 46 0 0.72 0.66 0.47 355.1 0.56 0.34
Hex 88 26 2E 0 48 42 2F 163 38 22
Octal 210 46 56 0 110 102 57 543 70 42
Binary 10001000 100110 101110 0 1001000 1000010 101111 101100011 111000 100010

Color Harmonies of #88262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88262E

Black with #88262E

Text Example


Text Example

White with #88262E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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