Html Css Color HEX #88151D Flame Red

📋 copy color: '#88151D'

red 136 ◦ green 21 ◦ blue 29

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

Shades of Flame Red #88151D

Tints of Flame Red #88151D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.29%

 BLUE value IS 29 (11.72% from 255) = 15.59%

R = 73.12%
G = 11.29%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#88151D (or 0x88151D) is known color: Flame Red. HEX triplet: 88, 15 and 1D. RGB value is (136,21,29). Sum of RGB (Red+Green+Blue) = 136+21+29=186 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.12% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 136 - color contains mainly: red. Hex color #88151D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88151D is #77EAE2. Grayscale: #383838. Windows color (decimal): -7858915 or 1906056. OLE color: 1906056.

HSL color Cylindrical-coordinate representation of color #88151D: hue angle of 355.83º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #88151D is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 21 29 -
CMYK 0 0.85 0.79 0.47
HSL 355.83º 0.73% 0.31% -
HSV(B) 355.83º 0.85% 0.53% -
XYZ 10.64 5.86 1.73 -
YUV 56.3 112.6 184.85 -
System Red Green Blue C M Y K H S L
Decimal 136 21 29 0 0.85 0.79 0.47 355.83 0.73 0.31
Hex 88 15 1D 0 55 4F 2F 164 49 1F
Octal 210 25 35 0 125 117 57 544 111 37
Binary 10001000 10101 11101 0 1010101 1001111 101111 101100100 1001001 11111

Color Harmonies of #88151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88151D

Black with #88151D

Text Example


Text Example

White with #88151D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,21,29); }

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

background-color css

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

 a { background-color: rgb(136,21,29); }

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

border-color css

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

 span { border-color: rgb(136,21,29); }

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