Html Css Color HEX #86191C Flame Red

📋 copy color: '#86191C'

red 134 ◦ green 25 ◦ blue 28

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

Shades of Flame Red #86191C

Tints of Flame Red #86191C

RGB

 RED value IS 134 (52.73% from 255) = 71.66%

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

 BLUE value IS 28 (11.33% from 255) = 14.97%

R = 71.66%
G = 13.37%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#86191C (or 0x86191C) is known color: Flame Red. HEX triplet: 86, 19 and 1C. RGB value is (134,25,28). Sum of RGB (Red+Green+Blue) = 134+25+28=187 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.66% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 134 - color contains mainly: red. Hex color #86191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86191C is #79E6E3. Grayscale: #3A3A3A. Windows color (decimal): -7988964 or 1841542. OLE color: 1841542.

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

Color convert

RGB 134 25 28 -
CMYK 0 0.81 0.79 0.47
HSL 358.35º 0.69% 0.31% -
HSV(B) 358.35º 0.81% 0.53% -
XYZ 10.39 5.85 1.68 -
YUV 57.93 111.11 182.26 -
System Red Green Blue C M Y K H S L
Decimal 134 25 28 0 0.81 0.79 0.47 358.35 0.69 0.31
Hex 86 19 1C 0 51 4F 2F 166 45 1F
Octal 206 31 34 0 121 117 57 546 105 37
Binary 10000110 11001 11100 0 1010001 1001111 101111 101100110 1000101 11111

Color Harmonies of #86191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86191C

Black with #86191C

Text Example


Text Example

White with #86191C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86191C; }

 p { color: rgb(134,25,28); }

 H1.HeaderClassName
 {
   color: #86191C;
 }
 .AnyTagClassName
 {
   color: #86191C;
 }
</style>

background-color css

<style>
 a { background-color: #86191C; }

 a { background-color: rgb(134,25,28); }

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

border-color css

<style>
 span { border-color: #86191C; }

 span { border-color: rgb(134,25,28); }

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