Html Css Color HEX #88242E Flame Red

📋 copy color: '#88242E'

red 136 ◦ green 36 ◦ blue 46

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

Shades of Flame Red #88242E

Tints of Flame Red #88242E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.51%

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

R = 62.39%
G = 16.51%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#88242E (or 0x88242E) is known color: Flame Red. HEX triplet: 88, 24 and 2E. RGB value is (136,36,46). Sum of RGB (Red+Green+Blue) = 136+36+46=218 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.39% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 136 - color contains mainly: red. Hex color #88242E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88242E is #77DBD1. Grayscale: #434343. Windows color (decimal): -7855058 or 3024008. OLE color: 3024008.

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

Color convert

RGB 136 36 46 -
CMYK 0 0.74 0.66 0.47
HSL 354º 0.58% 0.34% -
HSV(B) 354º 0.74% 0.53% -
XYZ 11.28 6.69 3.28 -
YUV 67.04 116.13 177.19 -
System Red Green Blue C M Y K H S L
Decimal 136 36 46 0 0.74 0.66 0.47 354 0.58 0.34
Hex 88 24 2E 0 4A 42 2F 162 3A 22
Octal 210 44 56 0 112 102 57 542 72 42
Binary 10001000 100100 101110 0 1001010 1000010 101111 101100010 111010 100010

Color Harmonies of #88242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88242E

Black with #88242E

Text Example


Text Example

White with #88242E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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