Html Css Color HEX #88232B Flame Red

📋 copy color: '#88232B'

red 136 ◦ green 35 ◦ blue 43

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

Shades of Flame Red #88232B

Tints of Flame Red #88232B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.36%

 BLUE value IS 43 (17.19% from 255) = 20.09%

R = 63.55%
G = 16.36%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#88232B (or 0x88232B) is known color: Flame Red. HEX triplet: 88, 23 and 2B. RGB value is (136,35,43). Sum of RGB (Red+Green+Blue) = 136+35+43=214 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.55% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 136 - color contains mainly: red. Hex color #88232B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88232B is #77DCD4. Grayscale: #424242. Windows color (decimal): -7855317 or 2827144. OLE color: 2827144.

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

Color convert

RGB 136 35 43 -
CMYK 0 0.74 0.68 0.47
HSL 355.25º 0.59% 0.34% -
HSV(B) 355.25º 0.74% 0.53% -
XYZ 11.19 6.61 2.97 -
YUV 66.11 114.96 177.85 -
System Red Green Blue C M Y K H S L
Decimal 136 35 43 0 0.74 0.68 0.47 355.25 0.59 0.34
Hex 88 23 2B 0 4A 44 2F 163 3B 22
Octal 210 43 53 0 112 104 57 543 73 42
Binary 10001000 100011 101011 0 1001010 1000100 101111 101100011 111011 100010

Color Harmonies of #88232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88232B

Black with #88232B

Text Example


Text Example

White with #88232B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88232B; }

 p { color: rgb(136,35,43); }

 H1.HeaderClassName
 {
   color: #88232B;
 }
 .AnyTagClassName
 {
   color: #88232B;
 }
</style>

background-color css

<style>
 a { background-color: #88232B; }

 a { background-color: rgb(136,35,43); }

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

border-color css

<style>
 span { border-color: #88232B; }

 span { border-color: rgb(136,35,43); }

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