Html Css Color HEX #88252D Flame Red

📋 copy color: '#88252D'

red 136 ◦ green 37 ◦ blue 45

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

Shades of Flame Red #88252D

Tints of Flame Red #88252D

RGB

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

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

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

R = 62.39%
G = 16.97%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#88252D (or 0x88252D) is known color: Flame Red. HEX triplet: 88, 25 and 2D. RGB value is (136,37,45). Sum of RGB (Red+Green+Blue) = 136+37+45=218 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.39% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 136 - color contains mainly: red. Hex color #88252D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88252D is #77DAD2. Grayscale: #434343. Windows color (decimal): -7854803 or 2958728. OLE color: 2958728.

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

Color convert

RGB 136 37 45 -
CMYK 0 0.73 0.67 0.47
HSL 355.15º 0.57% 0.34% -
HSV(B) 355.15º 0.73% 0.53% -
XYZ 11.29 6.75 3.19 -
YUV 67.51 115.3 176.85 -
System Red Green Blue C M Y K H S L
Decimal 136 37 45 0 0.73 0.67 0.47 355.15 0.57 0.34
Hex 88 25 2D 0 49 43 2F 163 39 22
Octal 210 45 55 0 111 103 57 543 71 42
Binary 10001000 100101 101101 0 1001001 1000011 101111 101100011 111001 100010

Color Harmonies of #88252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88252D

Black with #88252D

Text Example


Text Example

White with #88252D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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