Html Css Color HEX #88262D Flame Red

📋 copy color: '#88262D'

red 136 ◦ green 38 ◦ blue 45

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

Shades of Flame Red #88262D

Tints of Flame Red #88262D

RGB

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

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

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

R = 62.1%
G = 17.35%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#88262D (or 0x88262D) is known color: Flame Red. HEX triplet: 88, 26 and 2D. RGB value is (136,38,45). Sum of RGB (Red+Green+Blue) = 136+38+45=219 (29% of max value = 765). Red value is 136 (53.52% from 255 or 62.10% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 136 - color contains mainly: red. Hex color #88262D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88262D is #77D9D2. Grayscale: #444444. Windows color (decimal): -7854547 or 2958984. OLE color: 2958984.

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

Color convert

RGB 136 38 45 -
CMYK 0 0.72 0.67 0.47
HSL 355.71º 0.56% 0.34% -
HSV(B) 355.71º 0.72% 0.53% -
XYZ 11.32 6.81 3.2 -
YUV 68.1 114.97 176.43 -
System Red Green Blue C M Y K H S L
Decimal 136 38 45 0 0.72 0.67 0.47 355.71 0.56 0.34
Hex 88 26 2D 0 48 43 2F 164 38 22
Octal 210 46 55 0 110 103 57 544 70 42
Binary 10001000 100110 101101 0 1001000 1000011 101111 101100100 111000 100010

Color Harmonies of #88262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88262D

Black with #88262D

Text Example


Text Example

White with #88262D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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