Html Css Color HEX #88191D Flame Red

📋 copy color: '#88191D'

red 136 ◦ green 25 ◦ blue 29

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

Shades of Flame Red #88191D

Tints of Flame Red #88191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.16%

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

R = 71.58%
G = 13.16%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#88191D (or 0x88191D) is known color: Flame Red. HEX triplet: 88, 19 and 1D. RGB value is (136,25,29). Sum of RGB (Red+Green+Blue) = 136+25+29=190 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.58% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 136 - color contains mainly: red. Hex color #88191D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88191D is #77E6E2. Grayscale: #3A3A3A. Windows color (decimal): -7857891 or 1907080. OLE color: 1907080.

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

Color convert

RGB 136 25 29 -
CMYK 0 0.82 0.79 0.47
HSL 357.84º 0.69% 0.32% -
HSV(B) 357.84º 0.82% 0.53% -
XYZ 10.72 6.02 1.76 -
YUV 58.65 111.27 183.17 -
System Red Green Blue C M Y K H S L
Decimal 136 25 29 0 0.82 0.79 0.47 357.84 0.69 0.32
Hex 88 19 1D 0 52 4F 2F 166 45 20
Octal 210 31 35 0 122 117 57 546 105 40
Binary 10001000 11001 11101 0 1010010 1001111 101111 101100110 1000101 100000

Color Harmonies of #88191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88191D

Black with #88191D

Text Example


Text Example

White with #88191D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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