Html Css Color HEX #88141F Flame Red

📋 copy color: '#88141F'

red 136 ◦ green 20 ◦ blue 31

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

Shades of Flame Red #88141F

Tints of Flame Red #88141F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.7%

 BLUE value IS 31 (12.5% from 255) = 16.58%

R = 72.73%
G = 10.7%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#88141F (or 0x88141F) is known color: Flame Red. HEX triplet: 88, 14 and 1F. RGB value is (136,20,31). Sum of RGB (Red+Green+Blue) = 136+20+31=187 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.73% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 136 - color contains mainly: red. Hex color #88141F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88141F is #77EBE0. Grayscale: #383838. Windows color (decimal): -7859169 or 2036872. OLE color: 2036872.

HSL color Cylindrical-coordinate representation of color #88141F: hue angle of 354.31º degrees, saturation: 0.74, 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 #88141F is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 20 31 -
CMYK 0 0.85 0.77 0.47
HSL 354.31º 0.74% 0.31% -
HSV(B) 354.31º 0.85% 0.53% -
XYZ 10.65 5.83 1.86 -
YUV 55.94 113.93 185.11 -
System Red Green Blue C M Y K H S L
Decimal 136 20 31 0 0.85 0.77 0.47 354.31 0.74 0.31
Hex 88 14 1F 0 55 4D 2F 162 4A 1F
Octal 210 24 37 0 125 115 57 542 112 37
Binary 10001000 10100 11111 0 1010101 1001101 101111 101100010 1001010 11111

Color Harmonies of #88141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88141F

Black with #88141F

Text Example


Text Example

White with #88141F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88141F; }

 p { color: rgb(136,20,31); }

 H1.HeaderClassName
 {
   color: #88141F;
 }
 .AnyTagClassName
 {
   color: #88141F;
 }
</style>

background-color css

<style>
 a { background-color: #88141F; }

 a { background-color: rgb(136,20,31); }

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

border-color css

<style>
 span { border-color: #88141F; }

 span { border-color: rgb(136,20,31); }

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