Html Css Color HEX #86232C Flame Red

📋 copy color: '#86232C'

red 134 ◦ green 35 ◦ blue 44

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

Shades of Flame Red #86232C

Tints of Flame Red #86232C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.43%

 BLUE value IS 44 (17.58% from 255) = 20.66%

R = 62.91%
G = 16.43%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#86232C (or 0x86232C) is known color: Flame Red. HEX triplet: 86, 23 and 2C. RGB value is (134,35,44). Sum of RGB (Red+Green+Blue) = 134+35+44=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #86232C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86232C is #79DCD3. Grayscale: #414141. Windows color (decimal): -7986388 or 2892678. OLE color: 2892678.

HSL color Cylindrical-coordinate representation of color #86232C: hue angle of 354.55º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #86232C is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 35 44 -
CMYK 0 0.74 0.67 0.47
HSL 354.55º 0.59% 0.33% -
HSV(B) 354.55º 0.74% 0.53% -
XYZ 10.89 6.45 3.05 -
YUV 65.63 115.8 176.77 -
System Red Green Blue C M Y K H S L
Decimal 134 35 44 0 0.74 0.67 0.47 354.55 0.59 0.33
Hex 86 23 2C 0 4A 43 2F 163 3B 21
Octal 206 43 54 0 112 103 57 543 73 41
Binary 10000110 100011 101100 0 1001010 1000011 101111 101100011 111011 100001

Color Harmonies of #86232C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86232C

Black with #86232C

Text Example


Text Example

White with #86232C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,35,44); }

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

background-color css

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

 a { background-color: rgb(134,35,44); }

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

border-color css

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

 span { border-color: rgb(134,35,44); }

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