Html Css Color HEX #88252C Flame Red

📋 copy color: '#88252C'

red 136 ◦ green 37 ◦ blue 44

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

Shades of Flame Red #88252C

Tints of Flame Red #88252C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.05%

 BLUE value IS 44 (17.58% from 255) = 20.28%

R = 62.67%
G = 17.05%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#88252C (or 0x88252C) is known color: Flame Red. HEX triplet: 88, 25 and 2C. RGB value is (136,37,44). Sum of RGB (Red+Green+Blue) = 136+37+44=217 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.67% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 136 - color contains mainly: red. Hex color #88252C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88252C is #77DAD3. Grayscale: #434343. Windows color (decimal): -7854804 or 2893192. OLE color: 2893192.

HSL color Cylindrical-coordinate representation of color #88252C: hue angle of 355.76º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #88252C is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 37 44 -
CMYK 0 0.73 0.68 0.47
HSL 355.76º 0.57% 0.34% -
HSV(B) 355.76º 0.73% 0.53% -
XYZ 11.27 6.74 3.09 -
YUV 67.4 114.8 176.93 -
System Red Green Blue C M Y K H S L
Decimal 136 37 44 0 0.73 0.68 0.47 355.76 0.57 0.34
Hex 88 25 2C 0 49 44 2F 164 39 22
Octal 210 45 54 0 111 104 57 544 71 42
Binary 10001000 100101 101100 0 1001001 1000100 101111 101100100 111001 100010

Color Harmonies of #88252C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88252C

Black with #88252C

Text Example


Text Example

White with #88252C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88252C; }

 p { color: rgb(136,37,44); }

 H1.HeaderClassName
 {
   color: #88252C;
 }
 .AnyTagClassName
 {
   color: #88252C;
 }
</style>

background-color css

<style>
 a { background-color: #88252C; }

 a { background-color: rgb(136,37,44); }

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

border-color css

<style>
 span { border-color: #88252C; }

 span { border-color: rgb(136,37,44); }

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