Html Css Color HEX #88181D Flame Red

📋 copy color: '#88181D'

red 136 ◦ green 24 ◦ blue 29

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

Shades of Flame Red #88181D

Tints of Flame Red #88181D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.7%

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

R = 71.96%
G = 12.7%
B = 15.34%

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

#88181D (or 0x88181D) is known color: Flame Red. HEX triplet: 88, 18 and 1D. RGB value is (136,24,29). Sum of RGB (Red+Green+Blue) = 136+24+29=189 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.96% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 136 - color contains mainly: red. Hex color #88181D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88181D is #77E7E2. Grayscale: #3A3A3A. Windows color (decimal): -7858147 or 1906824. OLE color: 1906824.

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

Color convert

RGB 136 24 29 -
CMYK 0 0.82 0.79 0.47
HSL 357.32º 0.7% 0.31% -
HSV(B) 357.32º 0.82% 0.53% -
XYZ 10.7 5.98 1.75 -
YUV 58.06 111.61 183.59 -
System Red Green Blue C M Y K H S L
Decimal 136 24 29 0 0.82 0.79 0.47 357.32 0.7 0.31
Hex 88 18 1D 0 52 4F 2F 165 46 1F
Octal 210 30 35 0 122 117 57 545 106 37
Binary 10001000 11000 11101 0 1010010 1001111 101111 101100101 1000110 11111

Color Harmonies of #88181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88181D

Black with #88181D

Text Example


Text Example

White with #88181D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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